diff --git a/CHANGELOG.md b/CHANGELOG.md
index b19c718..8c28c3a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,14 +5,14 @@
### Notes
- Add the `maven-pmd-plugin` plugin with `pmd-core` and `pmd-java` dependencies
- Update the `javanilla` dependency to `1.8.0`
-- Update the `junit-jupiter` dependency to `5.11.2`
+- Update the `junit-jupiter` dependency to `5.11.3`
- Update the `assertj-core` dependency to `3.26.3`
- Update the `license-maven-plugin` plugin to `4.6`
- Update the `maven-compiler-plugin` plugin to `3.13.0`
-- Update the `maven-surefire-plugin` plugin to `3.5.1`
+- Update the `maven-surefire-plugin` plugin to `3.5.2`
- Update the `jacoco-maven-plugin` plugin to `0.8.12`
- Update the `maven-source-plugin` plugin to `3.3.1`
-- Update the `maven-javadoc-plugin` plugin to `3.10.1`
+- Update the `maven-javadoc-plugin` plugin to `3.11.1`
- Update the `maven-gpg-plugin` plugin to `3.2.7`
- Migrate the continuous integration from _Travis CI_ to _GitHub Actions_
diff --git a/pom.xml b/pom.xml
index 05c1b74..a4df178 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,7 +71,7 @@
org.junit.jupiter
junit-jupiter
- 5.11.2
+ 5.11.3
test
@@ -130,7 +130,7 @@
org.apache.maven.plugins
maven-pmd-plugin
- 3.25.0
+ 3.26.0
pmd-check
@@ -144,12 +144,12 @@
net.sourceforge.pmd
pmd-core
- 7.6.0
+ 7.7.0
net.sourceforge.pmd
pmd-java
- 7.6.0
+ 7.7.0
@@ -176,7 +176,7 @@
org.apache.maven.plugins
maven-surefire-plugin
- 3.5.1
+ 3.5.2
org.jacoco
@@ -226,7 +226,7 @@
org.apache.maven.plugins
maven-javadoc-plugin
- 3.10.1
+ 3.11.1
javadoc-jar