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 22The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
33and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44
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)
69- Initial release!
Original file line number Diff line number Diff line change 66
77 <groupId >org.sourcelab</groupId >
88 <artifactId >kafka-connect-client</artifactId >
9- <version >1.0.0-SNAPSHOT </version >
9+ <version >1.0.1 </version >
1010 <packaging >jar</packaging >
1111
1212 <!-- Require Maven 3.3.9 -->
5353 <http-components .version>4.5.5</http-components .version>
5454
5555 <!-- Jackson version -->
56- <jackson .version>2.9.4 </jackson .version>
56+ <jackson .version>2.9.5 </jackson .version>
5757
5858 <!-- Define which version of junit you'll be running -->
5959 <junit .version>4.12</junit .version>
You can’t perform that action at this time.
0 commit comments