diff --git a/CHANGELOG.md b/CHANGELOG.md
index 21ff030..3026bf2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 2.0.1 - 2021-10-02
+### Security
+* Updated dependencies
+
+### Improvement
+* Built and tested with JDK 17
+
## 2.0.0 - 2021-01-30
### Breaking
* Java 11 or later required
diff --git a/pom.xml b/pom.xml
index b9359f2..255a646 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
de.stklcode.pubtrans
juraclient
- 2.0.0
+ 2.0.1
UTF-8
@@ -22,7 +22,7 @@
Apache License 2.0
- http://www.apache.org/licenses/LICENSE-2.0.html
+ https://www.apache.org/licenses/LICENSE-2.0.html
repo
@@ -50,13 +50,13 @@
com.fasterxml.jackson.core
jackson-databind
- 2.12.1
+ 2.13.0
org.junit.jupiter
junit-jupiter
- 5.7.0
+ 5.8.1
test
@@ -78,7 +78,7 @@
org.sonarsource.scanner.maven
sonar-maven-plugin
- 3.8.0.2131
+ 3.9.0.2155
@@ -121,7 +121,7 @@
org.jacoco
jacoco-maven-plugin
- 0.8.6
+ 0.8.7
prepare-agent
@@ -176,7 +176,7 @@
org.apache.maven.plugins
maven-javadoc-plugin
- 3.2.0
+ 3.3.1
${basedir}/src/main/javadoc/overview.html
11
@@ -201,7 +201,7 @@
org.apache.maven.plugins
maven-gpg-plugin
- 1.6
+ 3.0.1
sign-artifacts
diff --git a/src/main/java/de/stklcode/pubtrans/ura/UraClientConfiguration.java b/src/main/java/de/stklcode/pubtrans/ura/UraClientConfiguration.java
index d035fb8..6299ad2 100644
--- a/src/main/java/de/stklcode/pubtrans/ura/UraClientConfiguration.java
+++ b/src/main/java/de/stklcode/pubtrans/ura/UraClientConfiguration.java
@@ -4,7 +4,7 @@ import java.io.Serializable;
import java.time.Duration;
/**
- * Configurstion Object for the {@link UraClient}.
+ * Configuration Object for the {@link UraClient}.
*
* @author Stefan Kalscheuer
* @since 2.0