From 928572af099d468f69baac6e33be6181ebea22a5 Mon Sep 17 00:00:00 2001 From: John Gardiner Myers Date: Sat, 22 Feb 2025 11:30:53 -0800 Subject: [PATCH 1/7] Upgrade maven-surefire-plugin to 3.5.2 --- CHANGES | 6 ++++++ library/pom.xml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 173eb8266..2329fbee9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,9 @@ +Platform 3.29 + +* Maven plugin upgrades + + - maven-surefire-plugin to 3.5.2 (was 2.22.2) + Platform 3.28 * HTTP Server diff --git a/library/pom.xml b/library/pom.xml index f4cfd5528..83cc3deff 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} From 869f6ad6cbdc21a6a091726853180adbbc4f2cdf Mon Sep 17 00:00:00 2001 From: John Gardiner Myers Date: Sun, 23 Feb 2025 17:47:21 -0800 Subject: [PATCH 2/7] Upgrade duplicate-finder-maven-plugin to 2.0.1 --- CHANGES | 1 + library/pom.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 2329fbee9..e93221026 100644 --- a/CHANGES +++ b/CHANGES @@ -3,6 +3,7 @@ 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) Platform 3.28 diff --git a/library/pom.xml b/library/pom.xml index 83cc3deff..d66ba7064 100644 --- a/library/pom.xml +++ b/library/pom.xml @@ -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} From 960d869b40b3d0a58bf1d18763681da5387d9ccb Mon Sep 17 00:00:00 2001 From: John Gardiner Myers Date: Sun, 23 Feb 2025 20:48:33 -0800 Subject: [PATCH 3/7] Upgrade maven-site-plugin to 3.21.0 --- CHANGES | 1 + library/pom.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index e93221026..25a2eb4cc 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,7 @@ Platform 3.29 - 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) Platform 3.28 diff --git a/library/pom.xml b/library/pom.xml index d66ba7064..b95f74503 100644 --- a/library/pom.xml +++ b/library/pom.xml @@ -571,7 +571,7 @@ org.apache.maven.plugins maven-site-plugin - 3.9.1 + 3.21.0 From af1dae04a2ed275fabfeb9d726a2617b3d1ddda1 Mon Sep 17 00:00:00 2001 From: John Gardiner Myers Date: Mon, 24 Feb 2025 08:14:13 -0800 Subject: [PATCH 4/7] Upgrade maven-gpg-plugin to 3.2.7 --- CHANGES | 1 + library/pom.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 25a2eb4cc..9a7cf04a3 100644 --- a/CHANGES +++ b/CHANGES @@ -5,6 +5,7 @@ Platform 3.29 - 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) Platform 3.28 diff --git a/library/pom.xml b/library/pom.xml index b95f74503..a8debb315 100644 --- a/library/pom.xml +++ b/library/pom.xml @@ -577,7 +577,7 @@ org.apache.maven.plugins maven-gpg-plugin - 1.6 + 3.2.7 true From c60de4b4ead0af2458d6f9d832218aad54cdd35a Mon Sep 17 00:00:00 2001 From: John Gardiner Myers Date: Mon, 24 Feb 2025 08:17:14 -0800 Subject: [PATCH 5/7] Upgrade docker-maven-plugin to 0.45.1 --- CHANGES | 1 + library/pom.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 9a7cf04a3..538412940 100644 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,7 @@ Platform 3.29 - 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 diff --git a/library/pom.xml b/library/pom.xml index a8debb315..685b50c60 100644 --- a/library/pom.xml +++ b/library/pom.xml @@ -595,7 +595,7 @@ io.fabric8 docker-maven-plugin - 0.43.0 + 0.45.1 From 413be14357d5914f20d92415f404462d09987216 Mon Sep 17 00:00:00 2001 From: John Gardiner Myers Date: Mon, 24 Feb 2025 08:20:14 -0800 Subject: [PATCH 6/7] Upgrade maven-antrun-plugin to 3.1.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3cfd38ea8..d3a9c1ad9 100644 --- a/pom.xml +++ b/pom.xml @@ -53,7 +53,7 @@ org.apache.maven.plugins maven-antrun-plugin - 1.8 + 3.1.0 org.apache.maven.plugins From 439b43f1b958dfe4ef2784feb72e7ca9d9dc4556 Mon Sep 17 00:00:00 2001 From: John Gardiner Myers Date: Mon, 24 Feb 2025 08:20:53 -0800 Subject: [PATCH 7/7] Upgrade maven-invoker-plugin to 3.9.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d3a9c1ad9..cf33920c0 100644 --- a/pom.xml +++ b/pom.xml @@ -58,7 +58,7 @@ org.apache.maven.plugins maven-invoker-plugin - 3.2.1 + 3.9.0 org.apache.maven.plugins