diff --git a/CHANGELOG.md b/CHANGELOG.md index 5860f2d..4809840 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ * Remove deprecated `get...TimeString()` on model classes (#77) * Drop support fpr deprecated `App-ID` auth backend (#61) (#78) +### Dependencies +* Updated Jackson to 2.18.1 (#83) + ## 1.3.1 (2024-10-03) diff --git a/pom.xml b/pom.xml index be1dd35..adeae90 100644 --- a/pom.xml +++ b/pom.xml @@ -49,12 +49,12 @@ com.fasterxml.jackson.core jackson-databind - 2.18.0 + 2.18.1 com.fasterxml.jackson.datatype jackson-datatype-jsr310 - 2.18.0 + 2.18.1