[java-parent-project] branch main updated: JPAR-236 - Bump Maven plugin versions
Tom Zeller
tzeller at dragonacea.biz
Mon Sep 15 13:47:25 UTC 2025
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch main
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=0e5566dca8a791bc5fb0dc076fdcaaedba046ae9
The following commit(s) were added to refs/heads/main by this push:
new 0e5566d JPAR-236 - Bump Maven plugin versions
0e5566d is described below
commit 0e5566dca8a791bc5fb0dc076fdcaaedba046ae9
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Mon Sep 15 08:47:12 2025 -0500
JPAR-236 - Bump Maven plugin versions
https://shibboleth.atlassian.net/browse/JPAR-236
---
pom.xml | 36 ++++++++++++++++++------------------
1 file changed, 18 insertions(+), 18 deletions(-)
diff --git a/pom.xml b/pom.xml
index 86bf108..855f3e9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
-->
- <ant.version>1.10.14</ant.version>
+ <ant.version>1.10.15</ant.version>
<bouncycastle.version>1.78.1</bouncycastle.version>
<bouncycastle.pg.version>1.78.1</bouncycastle.pg.version>
<commons.codec.version>1.16.1</commons.codec.version>
@@ -85,27 +85,27 @@
<maven-dist-enforcer-data.m2ReportPath>${basedir}/target/m2SignatureReport.txt</maven-dist-enforcer-data.m2ReportPath>
<checkstyle.version>8.45.1</checkstyle.version>
- <checkstyle-plugin.version>3.1.2</checkstyle-plugin.version>
+ <checkstyle-plugin.version>3.6.0</checkstyle-plugin.version>
<checkstyle.configLocation>checkstyle.xml</checkstyle.configLocation>
- <jacoco-maven-plugin.version>0.8.8</jacoco-maven-plugin.version>
- <maven-antrun-plugin.version>3.1.0</maven-antrun-plugin.version>
- <maven-assembly-plugin.version>3.5.0</maven-assembly-plugin.version>
- <maven-clean-plugin.version>3.1.0</maven-clean-plugin.version>
- <maven-compiler-plugin.version>3.10.1</maven-compiler-plugin.version>
- <maven-dependency-plugin.version>3.3.0</maven-dependency-plugin.version>
- <maven-deploy-plugin.version>3.0.0-M2</maven-deploy-plugin.version>
- <maven-enforcer-plugin.version>3.0.0-M3</maven-enforcer-plugin.version>
+ <jacoco-maven-plugin.version>0.8.13</jacoco-maven-plugin.version>
+ <maven-antrun-plugin.version>3.1.0</maven-antrun-plugin.version>
+ <maven-assembly-plugin.version>3.7.1</maven-assembly-plugin.version>
+ <maven-clean-plugin.version>3.5.0</maven-clean-plugin.version>
+ <maven-compiler-plugin.version>3.14.0</maven-compiler-plugin.version>
+ <maven-dependency-plugin.version>3.8.1</maven-dependency-plugin.version>
+ <maven-deploy-plugin.version>3.1.4</maven-deploy-plugin.version>
+ <maven-enforcer-plugin.version>3.6.1</maven-enforcer-plugin.version>
<maven-exec-plugin.version>3.1.0</maven-exec-plugin.version>
- <maven-gpg-plugin.version>3.1.0</maven-gpg-plugin.version>
- <maven-install-plugin.version>3.0.0-M1</maven-install-plugin.version>
- <maven-jar-plugin.version>3.2.2</maven-jar-plugin.version>
+ <maven-gpg-plugin.version>3.2.8</maven-gpg-plugin.version>
+ <maven-install-plugin.version>3.1.4</maven-install-plugin.version>
+ <maven-jar-plugin.version>3.4.2</maven-jar-plugin.version>
<maven-javadoc-plugin.version>3.3.0.2</maven-javadoc-plugin.version>
- <maven-resources-plugin.version>3.2.0</maven-resources-plugin.version>
- <maven-source-plugin.version>3.2.1</maven-source-plugin.version>
- <maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
- <maven-versions-plugin.version>2.14.1</maven-versions-plugin.version>
- <maven-war-plugin.version>3.3.2</maven-war-plugin.version>
+ <maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
+ <maven-source-plugin.version>3.3.1</maven-source-plugin.version>
+ <maven-surefire-plugin.version>3.5.4</maven-surefire-plugin.version>
+ <maven-versions-plugin.version>2.19.0</maven-versions-plugin.version>
+ <maven-war-plugin.version>3.4.0</maven-war-plugin.version>
<shibboleth.site.url>https://build.shibboleth.net/nexus/content/sites/site/</shibboleth.site.url>
<!-- Separate the site deployment URL from the published site locations (JPAR-176) -->
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list