File tree Expand file tree Collapse file tree 3 files changed +14
-6
lines changed Expand file tree Collapse file tree 3 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 2
2
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
3
3
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
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
+
5
13
## 3.1.1 (04/08/2021)
6
14
7
15
#### Bugfixes
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ This client library is released on Maven Central. Add a new dependency to your
14
14
<dependency >
15
15
<groupId >org.sourcelab</groupId >
16
16
<artifactId >kafka-connect-client</artifactId >
17
- <version >3.1.1 </version >
17
+ <version >3.1.2 </version >
18
18
</dependency >
19
19
```
20
20
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >org.sourcelab</groupId >
8
8
<artifactId >kafka-connect-client</artifactId >
9
- <version >3.1.1 </version >
9
+ <version >3.1.2 </version >
10
10
<packaging >jar</packaging >
11
11
12
12
<!-- Require Maven 3.3.9 -->
64
64
<checkstyle .version>8.32</checkstyle .version>
65
65
66
66
<!-- 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>
69
69
70
70
<!-- test toggling -->
71
71
<skipTests >false</skipTests >
140
140
<dependency >
141
141
<groupId >commons-io</groupId >
142
142
<artifactId >commons-io</artifactId >
143
- <version >2.8 .0</version >
143
+ <version >2.11 .0</version >
144
144
<scope >test</scope >
145
145
</dependency >
146
146
147
147
<!-- Test Http/Https Client -->
148
148
<dependency >
149
149
<groupId >org.eclipse.jetty</groupId >
150
150
<artifactId >jetty-server</artifactId >
151
- <version >9.4.39.v20210325 </version >
151
+ <version >9.4.43.v20210629 </version >
152
152
<scope >test</scope >
153
153
</dependency >
154
154
You can’t perform that action at this time.
0 commit comments