Skip to content

Commit d5d6890

Browse files
committed
prepare to release 3.1.2
1 parent bc5bdbf commit d5d6890

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
The format is based on [Keep a Changelog](http://keepachangelog.com/)
33
and this project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## 3.1.2 (07/21/2021)
6+
7+
- [Issue-54](https://github.com/SourceLabOrg/kafka-connect-client/issues/54) Resolution for issue-54
8+
9+
#### Internal Dependency Updates
10+
- org.apache.logging.log4j from 2.13.2 -> 2.14.1
11+
- org.slf4j:slf4j from 1.7.30 -> 1.7.32
12+
513
## 3.1.1 (04/08/2021)
614

715
#### Bugfixes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This client library is released on Maven Central. Add a new dependency to your
1414
<dependency>
1515
<groupId>org.sourcelab</groupId>
1616
<artifactId>kafka-connect-client</artifactId>
17-
<version>3.1.1</version>
17+
<version>3.1.2</version>
1818
</dependency>
1919
```
2020

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.sourcelab</groupId>
88
<artifactId>kafka-connect-client</artifactId>
9-
<version>3.1.1</version>
9+
<version>3.1.2</version>
1010
<packaging>jar</packaging>
1111

1212
<!-- Require Maven 3.3.9 -->
@@ -64,8 +64,8 @@
6464
<checkstyle.version>8.32</checkstyle.version>
6565

6666
<!-- Log4J Version -->
67-
<log4j2.version>2.13.2</log4j2.version>
68-
<slf4j.version>1.7.30</slf4j.version>
67+
<log4j2.version>2.14.1</log4j2.version>
68+
<slf4j.version>1.7.32</slf4j.version>
6969

7070
<!-- test toggling -->
7171
<skipTests>false</skipTests>
@@ -140,15 +140,15 @@
140140
<dependency>
141141
<groupId>commons-io</groupId>
142142
<artifactId>commons-io</artifactId>
143-
<version>2.8.0</version>
143+
<version>2.11.0</version>
144144
<scope>test</scope>
145145
</dependency>
146146

147147
<!-- Test Http/Https Client -->
148148
<dependency>
149149
<groupId>org.eclipse.jetty</groupId>
150150
<artifactId>jetty-server</artifactId>
151-
<version>9.4.39.v20210325</version>
151+
<version>9.4.43.v20210629</version>
152152
<scope>test</scope>
153153
</dependency>
154154

0 commit comments

Comments
 (0)