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 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
+ ## 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
+
5
10
## 2.0.1 (04/23/2019)
6
11
7
12
### 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
12
12
<dependency >
13
13
<groupId >org.sourcelab</groupId >
14
14
<artifactId >kafka-connect-client</artifactId >
15
- <version >2.0.1 </version >
15
+ <version >2.0.2 </version >
16
16
</dependency >
17
17
```
18
18
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 >2.0.1 </version >
9
+ <version >2.0.2 </version >
10
10
<packaging >jar</packaging >
11
11
12
12
<!-- Require Maven 3.3.9 -->
You can’t perform that action at this time.
0 commit comments