Skip to content

Commit 43bf5d3

Browse files
committed
update jackson version
1 parent c6c9794 commit 43bf5d3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
- Add Constructors to various internal classes:
88
- [ConnectServerVersion](https://github.com/SourceLabOrg/kafka-connect-client/blob/master/src/main/java/org/sourcelab/kafka/connect/apiclient/request/dto/ConnectServerVersion.java#L23)
99
- [Task](https://github.com/SourceLabOrg/kafka-connect-client/blob/master/src/main/java/org/sourcelab/kafka/connect/apiclient/request/dto/Task.java#L25)
10-
10+
- com.fasterxml.jackson.core from 2.13.3 -> 2.13.4
11+
-
1112
## 4.0.1 (08/20/2022)
1213
#### Internal Dependency Updates
1314
- com.fasterxml.jackson.core from 2.13.0 -> 2.13.3

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<http-components.version>4.5.13</http-components.version>
5151

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

5555
<!-- Define which version of junit you'll be running -->
5656
<junit.version>4.13.2</junit.version>

0 commit comments

Comments
 (0)