From 4588703f5c86fd6e12308c91107648129053378d Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Tue, 1 Oct 2024 20:16:43 +0200 Subject: [PATCH] deps: update jackson to 2.18.0 (#80) --- CHANGELOG.md | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3f758d..9f19d23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ ## unreleased ### Dependencies -* Updated Jackson to 2.17.2 +* Updated Jackson to 2.18.0 ### Fix * Remove `Automatic-Module-Name` from JAR manifest (#79) diff --git a/pom.xml b/pom.xml index 15d24df..fda8449 100644 --- a/pom.xml +++ b/pom.xml @@ -49,12 +49,12 @@ com.fasterxml.jackson.core jackson-databind - 2.17.2 + 2.18.0 com.fasterxml.jackson.datatype jackson-datatype-jsr310 - 2.17.2 + 2.18.0