File tree Expand file tree Collapse file tree 2 files changed +10
-13
lines changed Expand file tree Collapse file tree 2 files changed +10
-13
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
+ ## 3.1.1 (UNRELEASED)
6
+
7
+ #### Internal Dependency Updates
8
+ - com.fasterxml.jackson.core from 2.10.4 -> 2.11.2
9
+
5
10
## 3.1.0 (05/10/2020)
6
11
7
12
### New Features
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 >3.1.0 </version >
9
+ <version >3.1.1-SNAPSHOT </version >
10
10
<packaging >jar</packaging >
11
11
12
12
<!-- Require Maven 3.3.9 -->
53
53
<http-components .version>4.5.12</http-components .version>
54
54
55
55
<!-- Jackson version -->
56
- <jackson .version>2.10.4 </jackson .version>
56
+ <jackson .version>2.11.2 </jackson .version>
57
57
58
58
<!-- Define which version of junit you'll be running -->
59
- <junit .version>4.12 </junit .version>
59
+ <junit .version>4.13 </junit .version>
60
60
61
61
<!-- Specify which Checkstyle ruleset to use -->
62
62
<checkstyle .ruleset>build/checkstyle-v1.5.xml</checkstyle .ruleset>
136
136
<scope >test</scope >
137
137
</dependency >
138
138
139
- <!-- Hamcrest Matchers -->
140
- <dependency >
141
- <groupId >org.hamcrest</groupId >
142
- <artifactId >hamcrest-library</artifactId >
143
- <version >2.1</version >
144
- <scope >test</scope >
145
- </dependency >
146
-
147
139
<!-- Used in tests for reading files -->
148
140
<dependency >
149
141
<groupId >commons-io</groupId >
150
142
<artifactId >commons-io</artifactId >
151
- <version >2.6 </version >
143
+ <version >2.7 </version >
152
144
<scope >test</scope >
153
145
</dependency >
154
146
155
147
<!-- Test Http/Https Client -->
156
148
<dependency >
157
149
<groupId >org.eclipse.jetty</groupId >
158
150
<artifactId >jetty-server</artifactId >
159
- <version >9.4.28.v20200408 </version >
151
+ <version >9.4.31.v20200723 </version >
160
152
<scope >test</scope >
161
153
</dependency >
162
154
You can’t perform that action at this time.
0 commit comments