diff --git a/CHANGELOG.md b/CHANGELOG.md
index 362315c..8676faf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
## unreleased
### Dependencies
-* Updated Jackson dependency to 2.14.2
+* Updated Jackson dependency to 2.15.2
### Misc
* Tested with JDK 20
diff --git a/pom.xml b/pom.xml
index 36838a4..f70a417 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,13 +50,13 @@
com.fasterxml.jackson.core
jackson-databind
- 2.14.2
+ 2.15.2
org.junit.jupiter
junit-jupiter
- 5.9.2
+ 5.10.0
test
@@ -66,9 +66,9 @@
test
- com.github.tomakehurst
- wiremock-jre8
- 2.35.0
+ org.wiremock
+ wiremock
+ 3.0.4
test
@@ -114,7 +114,7 @@
org.apache.maven.plugins
maven-surefire-plugin
- 3.0.0
+ 3.1.2
@@ -127,7 +127,7 @@
org.jacoco
jacoco-maven-plugin
- 0.8.9
+ 0.8.10
prepare-agent
@@ -158,7 +158,7 @@
org.apache.maven.plugins
maven-source-plugin
- 3.2.1
+ 3.3.0
attach-sources
@@ -207,7 +207,7 @@
org.apache.maven.plugins
maven-gpg-plugin
- 3.0.1
+ 3.1.0
sign-artifacts