diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0228fe3..a528a28 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.
+## unreleased
+### Dependencies
+* Updated Jackson dependency to 2.14.2
+
+
## 2.0.4 - 2022-11-21
### Security
* Updated Jackson dependency to 2.14.0
diff --git a/pom.xml b/pom.xml
index a441a74..36838a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
de.stklcode.pubtrans
juraclient
- 2.0.4
+ 2.0.5-SNAPSHOT
UTF-8
@@ -50,13 +50,13 @@
com.fasterxml.jackson.core
jackson-databind
- 2.14.0
+ 2.14.2
org.junit.jupiter
junit-jupiter
- 5.9.1
+ 5.9.2
test
@@ -88,7 +88,7 @@
org.apache.maven.plugins
maven-compiler-plugin
- 3.10.1
+ 3.11.0
11
11
@@ -114,7 +114,7 @@
org.apache.maven.plugins
maven-surefire-plugin
- 2.22.2
+ 3.0.0
@@ -127,7 +127,7 @@
org.jacoco
jacoco-maven-plugin
- 0.8.8
+ 0.8.9
prepare-agent
@@ -182,7 +182,7 @@
org.apache.maven.plugins
maven-javadoc-plugin
- 3.4.1
+ 3.5.0
${basedir}/src/main/javadoc/overview.html
11