From 489e450dc8b810d40c5c1d17efd8381318e6913c Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Sun, 29 Jan 2023 11:16:58 +0100 Subject: [PATCH] deps: update jackson to 2.14.2 and mockito to 5.0.0 --- CHANGELOG.md | 8 +++++++- pom.xml | 8 ++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a720850..7b30b41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,13 @@ ## unreleased ### Deprecations -* AppID components (deprecated since 0.4) are marked for removal with the next major release +* AppID components (deprecated since 0.4) are marked for removal with the next major release + +### Dependencies +* Updated Jackson to 2.14.2 + +### Improvements +* Minor internal refactoring ## 1.1.2 (2022-10-26) diff --git a/pom.xml b/pom.xml index aeda24e..9399293 100644 --- a/pom.xml +++ b/pom.xml @@ -134,19 +134,19 @@ com.fasterxml.jackson.core jackson-databind - 2.13.4.2 + 2.14.2 org.junit.jupiter junit-jupiter - 5.9.1 + 5.9.2 test org.mockito mockito-core - 4.8.1 + 5.0.0 test @@ -158,7 +158,7 @@ com.github.tomakehurst wiremock-jre8 - 2.34.0 + 2.35.0 test