diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8dfc161..a353029 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,7 @@
-## [unreleased]
+## 1.1.3 [unreleased]
+* [security] Updates Jackson dependency 2.9.4 to 2.9.7 (CVE-2018-7489)
* [improvement] Client and model classes implement `Serializable`
+* [dependeny] Dependency updates
## 1.1.2 [2018-03-24]
* [improvement] Added automatic module name for JPMS compatibility
diff --git a/pom.xml b/pom.xml
index a88932e..e9fef8c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,17 +50,17 @@
com.fasterxml.jackson.core
jackson-core
- 2.9.6
+ 2.9.7
com.fasterxml.jackson.core
jackson-databind
- 2.9.6
+ 2.9.7
org.junit.jupiter
junit-jupiter-engine
- 5.2.0
+ 5.3.1
test
@@ -72,13 +72,13 @@
net.bytebuddy
byte-buddy
- 1.8.15
+ 1.9.3
test
net.bytebuddy
byte-buddy-agent
- 1.8.15
+ 1.9.3
test
@@ -88,7 +88,7 @@
org.apache.maven.plugins
maven-compiler-plugin
- 3.7.0
+ 3.8.0
1.8
1.8
@@ -109,7 +109,7 @@
org.apache.maven.plugins
maven-surefire-plugin
- 2.22.0
+ 2.22.1
@@ -120,7 +120,7 @@
org.jacoco
org.jacoco.agent
- 0.8.1
+ 0.8.2
runtime
@@ -129,7 +129,7 @@
org.jacoco
jacoco-maven-plugin
- 0.8.1
+ 0.8.2
default-instrument
@@ -158,7 +158,7 @@
org.apache.maven.plugins
maven-surefire-plugin
- 2.22.0
+ 2.22.1
${project.build.directory}/jacoco.exec