File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
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+ ## 2.0.2 (06/06/2019)
6+
7+ ### Internal Dependency Updates
8+ - Update Jackson dependency from 2.9.8 to 2.9.9 [ CVE-2019 -12086] ( https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-12086 ) .
9+
510## 2.0.1 (04/23/2019)
611
712### Bugfix
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ This client library is released on Maven Central. Add a new dependency to your
1212<dependency >
1313 <groupId >org.sourcelab</groupId >
1414 <artifactId >kafka-connect-client</artifactId >
15- <version >2.0.1 </version >
15+ <version >2.0.2 </version >
1616</dependency >
1717```
1818
Original file line number Diff line number Diff line change 66
77 <groupId >org.sourcelab</groupId >
88 <artifactId >kafka-connect-client</artifactId >
9- <version >2.0.1 </version >
9+ <version >2.0.2 </version >
1010 <packaging >jar</packaging >
1111
1212 <!-- Require Maven 3.3.9 -->
You can’t perform that action at this time.
0 commit comments