From 55271011b677b4450693d403463e86c75887e3bf Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Tue, 15 Nov 2022 12:13:40 +0100 Subject: [PATCH] deps: bump jackson-databind from 2.13.3 to 2.14.0 Plus some minor test dependency updates. --- CHANGELOG.md | 8 ++++++++ README.md | 2 +- pom.xml | 10 +++++----- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4357dd2..f74a6dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog All notable changes to this project will be documented in this file. +## unreleased +### Security +* Updated dependencies + +### Misc +* Tested with JDK 19 + + ## 2.0.3 - 2022-08-30 ### Security * Updated dependencies diff --git a/README.md b/README.md index 4f751f5..2b3b16f 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ List msgs = ura.forStop("100000") de.stklcode.pubtrans juraclient - 2.0.2 + 2.0.4-SNAPSHOT ``` diff --git a/pom.xml b/pom.xml index 74a83bc..1368c9a 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ de.stklcode.pubtrans juraclient - 2.0.3 + 2.0.4-SNAPSHOT UTF-8 @@ -50,13 +50,13 @@ com.fasterxml.jackson.core jackson-databind - 2.13.3 + 2.14.0 org.junit.jupiter junit-jupiter - 5.9.0 + 5.9.1 test @@ -68,7 +68,7 @@ com.github.tomakehurst wiremock-jre8 - 2.33.2 + 2.35.0 test @@ -98,7 +98,7 @@ org.apache.maven.plugins maven-jar-plugin - 3.2.2 + 3.3.0