Skip to content

Commit 88b031b

Browse files
authored
Merge pull request #81 from SourceLabOrg/spp/updateJackson
Update Jackson dependency
2 parents 7563cfb + e69b4de commit 88b031b

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,15 @@
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+
## 4.0.3 (11/23/2022)
6+
- Updates internal dependency com.fasterxml.jackson.core from 2.13.4 -> 2.14.1
7+
58
## 4.0.2 (10/12/2022)
69
- Adds `KafkaConnectClient::restartConnector(final PostConnectorRestart connectorRestartRequest)` [Issue-78](https://github.com/SourceLabOrg/kafka-connect-client/issues/78).
710
- Fix Javadoc on KafkaConnectClient::deleteConnector(). [issue-76](https://github.com/SourceLabOrg/kafka-connect-client/issues/76).
811
- Add Constructors to various internal "DTO" classes, this allows for easier testing/mocking of responses.
912
- com.fasterxml.jackson.core from 2.13.3 -> 2.13.4
10-
-
13+
1114
## 4.0.1 (08/20/2022)
1215
#### Internal Dependency Updates
1316
- com.fasterxml.jackson.core from 2.13.0 -> 2.13.3

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.1</version>
15+
<version>4.0.3</version>
1616
</dependency>
1717
```
1818

pom.xml

Lines changed: 4 additions & 4 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>4.0.2</version>
9+
<version>4.0.3</version>
1010
<packaging>jar</packaging>
1111

1212
<!-- Require Maven 3.3.9 -->
@@ -50,7 +50,7 @@
5050
<http-components.version>4.5.13</http-components.version>
5151

5252
<!-- Jackson version -->
53-
<jackson.version>2.13.4</jackson.version>
53+
<jackson.version>2.14.1</jackson.version>
5454

5555
<!-- Define which version of junit you'll be running -->
5656
<junit.version>4.13.2</junit.version>
@@ -61,7 +61,7 @@
6161
<checkstyle.version>8.32</checkstyle.version>
6262

6363
<!-- Log4J Version -->
64-
<log4j2.version>2.18.0</log4j2.version>
64+
<log4j2.version>2.19.0</log4j2.version>
6565
<slf4j.version>1.7.36</slf4j.version>
6666

6767
<!-- test toggling -->
@@ -138,7 +138,7 @@
138138
<dependency>
139139
<groupId>org.eclipse.jetty</groupId>
140140
<artifactId>jetty-server</artifactId>
141-
<version>9.4.48.v20220622</version>
141+
<version>9.4.49.v20220914</version>
142142
<scope>test</scope>
143143
</dependency>
144144

0 commit comments

Comments
 (0)