File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
- Add Constructors to various internal classes:
8
8
- [ ConnectServerVersion] ( https://github.com/SourceLabOrg/kafka-connect-client/blob/master/src/main/java/org/sourcelab/kafka/connect/apiclient/request/dto/ConnectServerVersion.java#L23 )
9
9
- [ 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
+ -
11
12
## 4.0.1 (08/20/2022)
12
13
#### Internal Dependency Updates
13
14
- com.fasterxml.jackson.core from 2.13.0 -> 2.13.3
Original file line number Diff line number Diff line change 50
50
<http-components .version>4.5.13</http-components .version>
51
51
52
52
<!-- Jackson version -->
53
- <jackson .version>2.13.3 </jackson .version>
53
+ <jackson .version>2.13.4 </jackson .version>
54
54
55
55
<!-- Define which version of junit you'll be running -->
56
56
<junit .version>4.13.2</junit .version>
You can’t perform that action at this time.
0 commit comments