diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3026bf2..db3ef08 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 2.0.2 - 2022-04-13
+### Security
+* Updated dependencies
+
+
## 2.0.1 - 2021-10-02
### Security
* Updated dependencies
diff --git a/pom.xml b/pom.xml
index 255a646..f174154 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
de.stklcode.pubtrans
juraclient
- 2.0.1
+ 2.0.2
UTF-8
@@ -50,13 +50,13 @@
com.fasterxml.jackson.core
jackson-databind
- 2.13.0
+ 2.13.2.2
org.junit.jupiter
junit-jupiter
- 5.8.1
+ 5.8.2
test
@@ -67,8 +67,8 @@
com.github.tomakehurst
- wiremock
- 2.27.2
+ wiremock-jre8
+ 2.33.0
test
@@ -78,7 +78,7 @@
org.sonarsource.scanner.maven
sonar-maven-plugin
- 3.9.0.2155
+ 3.9.1.2184
@@ -88,7 +88,7 @@
org.apache.maven.plugins
maven-compiler-plugin
- 3.8.1
+ 3.10.1
11
@@ -121,7 +121,7 @@
org.jacoco
jacoco-maven-plugin
- 0.8.7
+ 0.8.8
prepare-agent
@@ -176,7 +176,7 @@
org.apache.maven.plugins
maven-javadoc-plugin
- 3.3.1
+ 3.3.2
${basedir}/src/main/javadoc/overview.html
11