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 22The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
33and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44
5+ ## 3.1.1 (UNRELEASED)
6+
7+ #### Internal Dependency Updates
8+ - com.fasterxml.jackson.core from 2.10.4 -> 2.11.2
9+
510## 3.1.0 (05/10/2020)
611
712### New Features
Original file line number Diff line number Diff line change 66
77 <groupId >org.sourcelab</groupId >
88 <artifactId >kafka-connect-client</artifactId >
9- <version >3.1.0 </version >
9+ <version >3.1.1-SNAPSHOT </version >
1010 <packaging >jar</packaging >
1111
1212 <!-- Require Maven 3.3.9 -->
5353 <http-components .version>4.5.12</http-components .version>
5454
5555 <!-- Jackson version -->
56- <jackson .version>2.10.4 </jackson .version>
56+ <jackson .version>2.11.2 </jackson .version>
5757
5858 <!-- Define which version of junit you'll be running -->
59- <junit .version>4.12 </junit .version>
59+ <junit .version>4.13 </junit .version>
6060
6161 <!-- Specify which Checkstyle ruleset to use -->
6262 <checkstyle .ruleset>build/checkstyle-v1.5.xml</checkstyle .ruleset>
136136 <scope >test</scope >
137137 </dependency >
138138
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-
147139 <!-- Used in tests for reading files -->
148140 <dependency >
149141 <groupId >commons-io</groupId >
150142 <artifactId >commons-io</artifactId >
151- <version >2.6 </version >
143+ <version >2.7 </version >
152144 <scope >test</scope >
153145 </dependency >
154146
155147 <!-- Test Http/Https Client -->
156148 <dependency >
157149 <groupId >org.eclipse.jetty</groupId >
158150 <artifactId >jetty-server</artifactId >
159- <version >9.4.28.v20200408 </version >
151+ <version >9.4.31.v20200723 </version >
160152 <scope >test</scope >
161153 </dependency >
162154
You can’t perform that action at this time.
0 commit comments