diff --git a/CHANGELOG.md b/CHANGELOG.md
index 77eb613..132832a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.
-## 2.0.5 - 2024-03-23
+## unreleased
+### Dependencies
+* Updated Jackson dependency to 2.17.1
+
+
+## 2.0.6 - 2024-03-23
### Dependencies
* Updated Jackson dependency to 2.17.0
diff --git a/pom.xml b/pom.xml
index 4c9a6df..74e0acd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
de.stklcode.pubtrans
juraclient
- 2.0.6
+ 2.0.7-SNAPSHOT
UTF-8
@@ -50,7 +50,7 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.0
+ 2.17.1
@@ -68,7 +68,7 @@
org.wiremock
wiremock
- 3.4.2
+ 3.5.4
test