File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change
1
+ language : java
2
+ sudo : false
3
+ jdk :
4
+ - oraclejdk8
5
+ cache :
6
+ directories :
7
+ - $HOME/.m2
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
- ## 0.1.0 (03/01/18)
5
+ ## 1.0.1 (04/05/18)
6
+ - Update Jackson dependency to 2.9.5 [ CVE-2018 -7489] ( https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-7489 ) .
7
+
8
+ ## 1.0.0 (03/01/18)
6
9
- Initial release!
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 >1.0.0-SNAPSHOT </version >
9
+ <version >1.0.1 </version >
10
10
<packaging >jar</packaging >
11
11
12
12
<!-- Require Maven 3.3.9 -->
53
53
<http-components .version>4.5.5</http-components .version>
54
54
55
55
<!-- Jackson version -->
56
- <jackson .version>2.9.4 </jackson .version>
56
+ <jackson .version>2.9.5 </jackson .version>
57
57
58
58
<!-- Define which version of junit you'll be running -->
59
59
<junit .version>4.12</junit .version>
You can’t perform that action at this time.
0 commit comments