diff --git a/CHANGES b/CHANGES index 173eb8266..538412940 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,13 @@ +Platform 3.29 + +* Maven plugin upgrades + + - maven-surefire-plugin to 3.5.2 (was 2.22.2) + - duplicate-finder-maven-plugin to 2.0.1 (was 1.5.0) + - maven-site-plugin to 3.21.0 (was 3.9.1) + - maven-gpg-plugin to 3.2.7 (was 1.6) + - docker-maven-plugin to 0.45.1 (was 0.43.0) + Platform 3.28 * HTTP Server diff --git a/library/pom.xml b/library/pom.xml index f4cfd5528..685b50c60 100644 --- a/library/pom.xml +++ b/library/pom.xml @@ -257,7 +257,7 @@ org.apache.maven.plugins maven-surefire-plugin - 2.22.2 + 3.5.2 ${project.build.sourceEncoding} @@ -350,7 +350,7 @@ org.basepom.maven duplicate-finder-maven-plugin - 1.5.0 + 2.0.1 ${platform.check.skip-duplicate-finder} ${platform.check.fail-duplicate-finder} @@ -571,13 +571,13 @@ org.apache.maven.plugins maven-site-plugin - 3.9.1 + 3.21.0 org.apache.maven.plugins maven-gpg-plugin - 1.6 + 3.2.7 true @@ -595,7 +595,7 @@ io.fabric8 docker-maven-plugin - 0.43.0 + 0.45.1 diff --git a/pom.xml b/pom.xml index 3cfd38ea8..cf33920c0 100644 --- a/pom.xml +++ b/pom.xml @@ -53,12 +53,12 @@ org.apache.maven.plugins maven-antrun-plugin - 1.8 + 3.1.0 org.apache.maven.plugins maven-invoker-plugin - 3.2.1 + 3.9.0 org.apache.maven.plugins