From 780c3238ffe4aa76321558e6e7a31f48fcafa95d Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Mon, 16 Sep 2024 18:35:27 +0200 Subject: [PATCH] deps: update jackson-databind to 2.17.2 --- CHANGELOG.md | 6 ++++++ pom.xml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0ff75a..345beb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog All notable changes to this project will be documented in this file. +## unreleased + +### Dependencies +* Updated Jackson dependency to 2.17.2 + + ## 2.0.7 - 2024-06-29 ### Fixed diff --git a/pom.xml b/pom.xml index 99ca35b..75a5a4d 100644 --- a/pom.xml +++ b/pom.xml @@ -50,7 +50,7 @@ com.fasterxml.jackson.core jackson-databind - 2.17.1 + 2.17.2