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 22The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
33and 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
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
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
Original file line number Diff line number Diff line change 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 -->
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 >
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
You can’t perform that action at this time.
0 commit comments