File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-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
+ ## 4.0.3 (11/23/2022)
6
+ - Updates internal dependency com.fasterxml.jackson.core from 2.13.4 -> 2.14.1
7
+
5
8
## 4.0.2 (10/12/2022)
6
9
- Adds ` KafkaConnectClient::restartConnector(final PostConnectorRestart connectorRestartRequest) ` [ Issue-78] ( https://github.com/SourceLabOrg/kafka-connect-client/issues/78 ) .
7
10
- Fix Javadoc on KafkaConnectClient::deleteConnector(). [ issue-76] ( https://github.com/SourceLabOrg/kafka-connect-client/issues/76 ) .
8
11
- Add Constructors to various internal "DTO" classes, this allows for easier testing/mocking of responses.
9
12
- com.fasterxml.jackson.core from 2.13.3 -> 2.13.4
10
- -
13
+
11
14
## 4.0.1 (08/20/2022)
12
15
#### Internal Dependency Updates
13
16
- com.fasterxml.jackson.core from 2.13.0 -> 2.13.3
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
12
12
<dependency >
13
13
<groupId >org.sourcelab</groupId >
14
14
<artifactId >kafka-connect-client</artifactId >
15
- <version >4.0.1 </version >
15
+ <version >4.0.3 </version >
16
16
</dependency >
17
17
```
18
18
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 >4.0.2 </version >
9
+ <version >4.0.3 </version >
10
10
<packaging >jar</packaging >
11
11
12
12
<!-- Require Maven 3.3.9 -->
50
50
<http-components .version>4.5.13</http-components .version>
51
51
52
52
<!-- Jackson version -->
53
- <jackson .version>2.13.4 </jackson .version>
53
+ <jackson .version>2.14.1 </jackson .version>
54
54
55
55
<!-- Define which version of junit you'll be running -->
56
56
<junit .version>4.13.2</junit .version>
61
61
<checkstyle .version>8.32</checkstyle .version>
62
62
63
63
<!-- Log4J Version -->
64
- <log4j2 .version>2.18 .0</log4j2 .version>
64
+ <log4j2 .version>2.19 .0</log4j2 .version>
65
65
<slf4j .version>1.7.36</slf4j .version>
66
66
67
67
<!-- test toggling -->
138
138
<dependency >
139
139
<groupId >org.eclipse.jetty</groupId >
140
140
<artifactId >jetty-server</artifactId >
141
- <version >9.4.48.v20220622 </version >
141
+ <version >9.4.49.v20220914 </version >
142
142
<scope >test</scope >
143
143
</dependency >
144
144
You can’t perform that action at this time.
0 commit comments