diff --git a/CHANGELOG.md b/CHANGELOG.md
index b064cc9..dd98b6b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,13 +2,13 @@
### Removal
* Remove deprecated `get...TimeString()` on model classes (#77)
-* Drop support fpr deprecated `App-ID` auth backend (#61) (#78)
+* Drop support for deprecated `App-ID` auth backend (#61) (#78)
### Fix
* Add jackson-annotations requirement to module-info (#84)
### Dependencies
-* Updated Jackson to 2.18.1 (#83)
+* Updated Jackson to 2.18.2 (#85)
## 1.3.1 (2024-10-03)
diff --git a/pom.xml b/pom.xml
index effbe4e..75d612f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,12 +49,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.18.1
+ 2.18.2
com.fasterxml.jackson.datatype
jackson-datatype-jsr310
- 2.18.1
+ 2.18.2