File tree Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Expand file tree Collapse file tree 3 files changed +12
-7
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+ ## 4.0.1 (08/20/2022)
6+ #### Internal Dependency Updates
7+ - com.fasterxml.jackson.core from 2.13.0 -> 2.13.3
8+ - org.apache.logging.log4j.log4j-api from 2.17.1 -> 2.18.0
9+
510## 4.0.0 (12/10/2021)
611
712** Note:** Major release version updated purely out of abundance of caution.
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ This client library is released on Maven Central. Add a new dependency to your
1212<dependency >
1313 <groupId >org.sourcelab</groupId >
1414 <artifactId >kafka-connect-client</artifactId >
15- <version >4.0.0 </version >
15+ <version >4.0.1 </version >
1616</dependency >
1717```
1818
Original file line number Diff line number Diff line change 66
77 <groupId >org.sourcelab</groupId >
88 <artifactId >kafka-connect-client</artifactId >
9- <version >4.0.0 </version >
9+ <version >4.0.1 </version >
1010 <packaging >jar</packaging >
1111
1212 <!-- Require Maven 3.3.9 -->
5050 <http-components .version>4.5.13</http-components .version>
5151
5252 <!-- Jackson version -->
53- <jackson .version>2.13.1 </jackson .version>
53+ <jackson .version>2.13.3 </jackson .version>
5454
5555 <!-- Define which version of junit you'll be running -->
56- <junit .version>4.13.1 </junit .version>
56+ <junit .version>4.13.2 </junit .version>
5757
5858 <!-- Specify which Checkstyle ruleset to use -->
5959 <checkstyle .ruleset>build/checkstyle-v1.5.xml</checkstyle .ruleset>
6060 <checkstyle .plugin.version>3.1.1</checkstyle .plugin.version>
6161 <checkstyle .version>8.32</checkstyle .version>
6262
6363 <!-- Log4J Version -->
64- <log4j2 .version>2.17.1 </log4j2 .version>
65- <slf4j .version>1.7.32 </slf4j .version>
64+ <log4j2 .version>2.18.0 </log4j2 .version>
65+ <slf4j .version>1.7.36 </slf4j .version>
6666
6767 <!-- test toggling -->
6868 <skipTests >false</skipTests >
138138 <dependency >
139139 <groupId >org.eclipse.jetty</groupId >
140140 <artifactId >jetty-server</artifactId >
141- <version >9.4.43.v20210629 </version >
141+ <version >9.4.48.v20220622 </version >
142142 <scope >test</scope >
143143 </dependency >
144144
You can’t perform that action at this time.
0 commit comments