[java-parent-project] branch main updated: JPAR-236 Bump Maven versions for IdP 5.3

Codeberg noreply at shibboleth.net
Mon Sep 7 18:26:03 UTC 2026


This is an automated email from the git hooks/post-receive script.

codeberg pushed a commit to branch main
in repository java-parent-project.

View the commit online:
https://codeberg.org/Shibboleth/java-parent-project/commit/7260b8d913702f5db87f90e512790ce455c625a2

The following commit(s) were added to refs/heads/main by this push:
     new 7260b8d  JPAR-236 Bump Maven versions for IdP 5.3
7260b8d is described below

commit 7260b8d913702f5db87f90e512790ce455c625a2
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Sep 7 19:24:02 2026 +0100

    JPAR-236 Bump Maven versions for IdP 5.3
    
    https://shibboleth.atlassian.net/browse/JPAR-236
    
    Update various jars to latest
          ant
          commons-codec
          commons-io
          (enforcer-data)
          enforcer-plugin
          jar-plugin
          resources-plugin
---
 pom.xml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8aeab15..46faafc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,13 +32,13 @@
         -->
 
 
-        <ant.version>1.10.14</ant.version>
+        <ant.version>1.10.17</ant.version>
         <bouncycastle.version>1.84</bouncycastle.version>
         <bouncycastle.pg.version>1.84</bouncycastle.pg.version>
-        <commons.codec.version>1.16.1</commons.codec.version>
+        <commons.codec.version>1.22.1</commons.codec.version>
         <!-- IMPORTANT: commons-compress and commons-io versions need to be updated with the -io version coming from -compress.  -->
         <commons.compress.version>1.28.0</commons.compress.version>
-        <commons.io.version>2.20.0</commons.io.version>
+        <commons.io.version>2.22.0</commons.io.version>
         <commons.lang3.version>3.20.0</commons.lang3.version>
         <commons.collections.version>3.2.2</commons.collections.version>
         <cryptacular.version>1.3.0</cryptacular.version>
@@ -90,7 +90,7 @@
 
         <maven-dist-enforcer.version>4.0.0</maven-dist-enforcer.version>
         <maven-dist-enforcer.zipsInM2Check>true</maven-dist-enforcer.zipsInM2Check>
-        <maven-dist-enforcer-data.version>2.0.6</maven-dist-enforcer-data.version>
+        <maven-dist-enforcer-data.version>2.0.7</maven-dist-enforcer-data.version>
         <maven-dist-enforcer-data.m2ReportPath>${basedir}/target/m2SignatureReport.txt</maven-dist-enforcer-data.m2ReportPath>
 
         <checkstyle.version>8.45.1</checkstyle.version>
@@ -104,13 +104,13 @@
         <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.1.4</maven-deploy-plugin.version>
-        <maven-enforcer-plugin.version>3.0.0-M3</maven-enforcer-plugin.version>
+        <maven-enforcer-plugin.version>3.6.3</maven-enforcer-plugin.version>
         <maven-exec-plugin.version>3.1.0</maven-exec-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-jar-plugin.version>3.5.1</maven-jar-plugin.version>
         <maven-javadoc-plugin.version>3.3.0.2</maven-javadoc-plugin.version>
-        <maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
+        <maven-resources-plugin.version>3.5.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>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list