diff --git a/CHANGELOG.md b/CHANGELOG.md index 9012bce..e617e4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,8 +10,8 @@ - Update the `license-maven-plugin` plugin to `4.3` - Update the `maven-compiler-plugin` plugin to `3.13.0` - Update the `maven-surefire-plugin` plugin to `3.2.5` -- Update the `jacoco-maven-plugin` plugin to `0.8.11` -- Update the `maven-source-plugin` plugin to `3.3.0` +- 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.6.3` - Update the `maven-gpg-plugin` plugin to `3.2.2` - Migrate the continuous integration from _Travis CI_ to _GitHub Actions_ diff --git a/pom.xml b/pom.xml index 6620d34..d35beae 100644 --- a/pom.xml +++ b/pom.xml @@ -181,7 +181,7 @@ org.jacoco jacoco-maven-plugin - 0.8.11 + 0.8.12 jacoco-prepare-agent @@ -207,7 +207,7 @@ org.apache.maven.plugins maven-source-plugin - 3.3.0 + 3.3.1 source-jar-no-fork