File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
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- ## 1.1.0 (UNRELEASED )
5+ ## 1.1.0 (01/30/2019 )
66
77### New Features
88- Added ability to communicate with Kafka-Connect REST endpoints using SSL. More can be found in README.
99
1010### Internal Dependency Updates
11- - Updated Guava from 24.0-JRE to 25 .0-JRE for [ CVE-2018 -10237] ( https://github.com/google/guava/wiki/CVE-2018-10237 ) .
11+ - Updated Guava from 24.0-JRE to 27 .0-JRE for [ CVE-2018 -10237] ( https://github.com/google/guava/wiki/CVE-2018-10237 ) .
1212- Replace internal calls to Guava's Preconditions with Objects.requireNonNull()
13+ - Jackson updated from 2.9.5 to 2.9.8 for several CVEs.
1314
1415## 1.0.3 (04/16/2018)
1516- More specific exception classes thrown when requests fail.
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.1.0-SNAPSHOT </version >
9+ <version >1.1.0</version >
1010 <packaging >jar</packaging >
1111
1212 <!-- Require Maven 3.3.9 -->
You can’t perform that action at this time.
0 commit comments