diff --git a/CHANGELOG.md b/CHANGELOG.md index 20e6560..7139b43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,10 @@ - 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.10.3` -- Update the `assertj-core` dependency to `3.26.0` +- Update the `assertj-core` dependency to `3.26.3` - Update the `license-maven-plugin` plugin to `4.5` - Update the `maven-compiler-plugin` plugin to `3.13.0` -- Update the `maven-surefire-plugin` plugin to `3.3.0` +- Update the `maven-surefire-plugin` plugin to `3.3.1` - 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.7.0` diff --git a/pom.xml b/pom.xml index df29b48..29980d1 100644 --- a/pom.xml +++ b/pom.xml @@ -130,7 +130,7 @@ org.apache.maven.plugins maven-pmd-plugin - 3.23.0 + 3.24.0 pmd-check @@ -176,7 +176,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.3.0 + 3.3.1 org.jacoco