From 21985c5cb244b99e7dc0c3f7f5e328dd00f248dd Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Fri, 8 Sep 2023 20:47:36 +0200 Subject: [PATCH] deps: bump jackson-databind from 2.14.0 to 2.15.2 Plus some minor test dependency updates. --- CHANGELOG.md | 2 +- pom.xml | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 362315c..8676faf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. ## unreleased ### Dependencies -* Updated Jackson dependency to 2.14.2 +* Updated Jackson dependency to 2.15.2 ### Misc * Tested with JDK 20 diff --git a/pom.xml b/pom.xml index 36838a4..f70a417 100644 --- a/pom.xml +++ b/pom.xml @@ -50,13 +50,13 @@ com.fasterxml.jackson.core jackson-databind - 2.14.2 + 2.15.2 org.junit.jupiter junit-jupiter - 5.9.2 + 5.10.0 test @@ -66,9 +66,9 @@ test - com.github.tomakehurst - wiremock-jre8 - 2.35.0 + org.wiremock + wiremock + 3.0.4 test @@ -114,7 +114,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.0.0 + 3.1.2 @@ -127,7 +127,7 @@ org.jacoco jacoco-maven-plugin - 0.8.9 + 0.8.10 prepare-agent @@ -158,7 +158,7 @@ org.apache.maven.plugins maven-source-plugin - 3.2.1 + 3.3.0 attach-sources @@ -207,7 +207,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.0.1 + 3.1.0 sign-artifacts