From 19f9a9742252776b0eb59c75507bae143de7fe83 Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Mon, 14 Jan 2019 20:24:40 +0100 Subject: [PATCH] Update dependencies Most notable update is Jackson 2.9.8 that fixes several vulnerabilities. Beyond that just some minor test dependency updates. --- pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 678e991..9289be5 100644 --- a/pom.xml +++ b/pom.xml @@ -108,24 +108,24 @@ com.fasterxml.jackson.core jackson-core - 2.9.6 + 2.9.8 com.fasterxml.jackson.core jackson-databind - 2.9.6 + 2.9.8 org.junit.jupiter junit-jupiter-engine - 5.3.0 + 5.3.2 test org.junit.jupiter junit-jupiter-migrationsupport - 5.3.0 + 5.3.2 org.hamcrest @@ -142,13 +142,13 @@ org.mockito mockito-core - 2.21.0 + 2.23.4 test org.mockito mockito-inline - 2.21.0 + 2.23.4 test