From e9e80a4a08fd0bc230ec58bd757fef9af3f90efc Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Thu, 24 Jan 2019 20:15:04 +0100 Subject: [PATCH] update Jackson dependency to 2.9.8 prevents CVE-2018-19360 through 19362 --- pom.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index e310801..c44e4b2 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ de.stklcode.pubtrans juraclient - 1.1.4 + 1.1.5-SNAPSHOT UTF-8 @@ -50,17 +50,17 @@ com.fasterxml.jackson.core jackson-core - 2.9.7 + 2.9.8 com.fasterxml.jackson.core jackson-databind - 2.9.7 + 2.9.8 org.junit.jupiter junit-jupiter-engine - 5.3.1 + 5.3.2 test @@ -72,13 +72,13 @@ net.bytebuddy byte-buddy - 1.9.4 + 1.9.7 test net.bytebuddy byte-buddy-agent - 1.9.4 + 1.9.7 test @@ -97,7 +97,7 @@ org.apache.maven.plugins maven-jar-plugin - 3.1.0 + 3.1.1