From 47f9ad86db1e0c7d1ee96be1771623a1b780ac2a Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Tue, 7 May 2024 18:48:13 +0200 Subject: [PATCH] deps: update jackson to 2.17.1 --- CHANGELOG.md | 7 ++++++- pom.xml | 6 +++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77eb613..132832a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,12 @@ # Changelog All notable changes to this project will be documented in this file. -## 2.0.5 - 2024-03-23 +## unreleased +### Dependencies +* Updated Jackson dependency to 2.17.1 + + +## 2.0.6 - 2024-03-23 ### Dependencies * Updated Jackson dependency to 2.17.0 diff --git a/pom.xml b/pom.xml index 4c9a6df..74e0acd 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ de.stklcode.pubtrans juraclient - 2.0.6 + 2.0.7-SNAPSHOT UTF-8 @@ -50,7 +50,7 @@ com.fasterxml.jackson.core jackson-databind - 2.17.0 + 2.17.1 @@ -68,7 +68,7 @@ org.wiremock wiremock - 3.4.2 + 3.5.4 test