Skip to content

Commit 5925b78

Browse files
authored
Merge pull request #2 from SourceLabOrg/sp/updateDep
Update jackson dependency
2 parents 19da45f + 2d0314f commit 5925b78

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: java
2+
sudo: false
3+
jdk:
4+
- oraclejdk8
5+
cache:
6+
directories:
7+
- $HOME/.m2

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22
The format is based on [Keep a Changelog](http://keepachangelog.com/)
33
and 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!

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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 -->
@@ -53,7 +53,7 @@
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>

0 commit comments

Comments
 (0)