From 2374613a484799afda157bbf86f80c753add23b2 Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Sat, 12 Dec 2020 12:24:30 +0100 Subject: [PATCH] update dependency Jackson 2.12 --- pom.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 9038493..fb03f45 100644 --- a/pom.xml +++ b/pom.xml @@ -50,12 +50,13 @@ com.fasterxml.jackson.core jackson-databind - 2.11.0 + 2.12.0 + org.junit.jupiter junit-jupiter - 5.6.2 + 5.7.0 test @@ -67,7 +68,7 @@ com.github.tomakehurst wiremock - 2.26.3 + 2.27.2 test @@ -126,7 +127,7 @@ org.jacoco jacoco-maven-plugin - 0.8.5 + 0.8.6 prepare-agent