diff --git a/CHANGELOG.md b/CHANGELOG.md
index a720850..7b30b41 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,13 @@
## unreleased
### Deprecations
-* AppID components (deprecated since 0.4) are marked for removal with the next major release
+* AppID components (deprecated since 0.4) are marked for removal with the next major release
+
+### Dependencies
+* Updated Jackson to 2.14.2
+
+### Improvements
+* Minor internal refactoring
## 1.1.2 (2022-10-26)
diff --git a/pom.xml b/pom.xml
index aeda24e..9399293 100644
--- a/pom.xml
+++ b/pom.xml
@@ -134,19 +134,19 @@
com.fasterxml.jackson.core
jackson-databind
- 2.13.4.2
+ 2.14.2
org.junit.jupiter
junit-jupiter
- 5.9.1
+ 5.9.2
test
org.mockito
mockito-core
- 4.8.1
+ 5.0.0
test
@@ -158,7 +158,7 @@
com.github.tomakehurst
wiremock-jre8
- 2.34.0
+ 2.35.0
test