From 7d5996244b100dfeaea7d9e78a62f665418e3a1c Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Fri, 14 Jun 2024 17:06:33 +0200 Subject: [PATCH] deps: update jackson to 2.17.1 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index b4037f7..927b2fe 100644 --- a/pom.xml +++ b/pom.xml @@ -49,12 +49,12 @@ com.fasterxml.jackson.core jackson-databind - 2.17.0 + 2.17.1 com.fasterxml.jackson.datatype jackson-datatype-jsr310 - 2.17.0 + 2.17.1 @@ -66,7 +66,7 @@ org.mockito mockito-core - 5.11.0 + 5.12.0 test