[java-parent-project] 01/01: JPAR-236

Codeberg noreply at shibboleth.net
Tue Sep 1 08:32:03 UTC 2026


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

codeberg pushed a commit to branch dev/JPAR-36
in repository java-parent-project.

View the commit online:
https://codeberg.org/Shibboleth/java-parent-project/commit/0a579499242a7e08742336574795a7fb13d6c239

commit 0a579499242a7e08742336574795a7fb13d6c239
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Sep 1 09:26:05 2026 +0100

    JPAR-236
    
    https://shibboleth.atlassian.net/browse/JPAR-236
    
    Update all "easy" library dependency versions to latest.
---
 pom.xml | 27 ++++++++++++++-------------
 1 file changed, 14 insertions(+), 13 deletions(-)

diff --git a/pom.xml b/pom.xml
index a62b8d6..9aa6cf4 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>
         <!-- IMPORTANT: commons-compress and commons-io versions need to be updated with the -io version coming from -compress.  -->
-        <commons.compress.version>1.26.2</commons.compress.version>
-        <commons.io.version>2.16.1</commons.io.version>
+        <commons.compress.version>1.28.0</commons.compress.version>
+        <commons.io.version>2.20.0</commons.io.version>
         <commons.lang3.version>3.20.0</commons.lang3.version>
         <cryptacular.version>1.3.0</cryptacular.version>
         <duoweb.version>1.3</duoweb.version>
@@ -65,14 +65,14 @@
         <ldaptive.version>2.5.1</ldaptive.version>
         <mockito.version>3.9.0</mockito.version>
         <testng.version>7.7.1</testng.version>
-        <unboundid.version>7.0.2</unboundid.version> <!-- Test only dependency -->
-        <metrics.version>4.2.39</metrics.version>
-        <rhino.version>1.7.15</rhino.version>
-        <nashorn.jdk.version>15.4</nashorn.jdk.version> <!-- Test only dependency -->
+        <unboundid.version>7.0.5</unboundid.version> <!-- Test only dependency -->
+        <metrics.version>4.2.40</metrics.version>
+        <rhino.version>1.9.1</rhino.version>
+        <nashorn.jdk.version>15.7</nashorn.jdk.version> <!-- Test only dependency -->
         <rhino.engine.version>1.0.0</rhino.engine.version> <!-- Test only dependency -->
         <slf4j.groupId>org.slf4j</slf4j.groupId>
-        <slf4j.version>2.0.13</slf4j.version>
-        <logback.version>1.5.34</logback.version>
+        <slf4j.version>2.0.18</slf4j.version>
+        <logback.version>1.6.3</logback.version>
         <spring.groupId>org.springframework</spring.groupId>
         <spring.version>7.0.8</spring.version>
         <spring-webflow.groupId>org.springframework.webflow</spring-webflow.groupId>
@@ -83,7 +83,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.3</maven-dist-enforcer-data.version>
+        <maven-dist-enforcer-data.version>2.0.6-SNAPSHOT</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>
@@ -99,7 +99,7 @@
         <maven-deploy-plugin.version>3.1.4</maven-deploy-plugin.version>
         <maven-enforcer-plugin.version>3.0.0-M3</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-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>
@@ -744,12 +744,12 @@
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-war-plugin</artifactId>
                     <version>${maven-war-plugin.version}</version>
-                </plugin>
+                </plugin> <!--
                 <plugin>
                     <groupId>org.jacoco</groupId>
                     <artifactId>jacoco-maven-plugin</artifactId>
                     <version>${jacoco-maven-plugin.version}</version>
-                </plugin>
+                </plugin> -->
             </plugins>
         </pluginManagement>
 
@@ -1057,6 +1057,7 @@
                     <plugin>
                         <groupId>org.jacoco</groupId>
                         <artifactId>jacoco-maven-plugin</artifactId>
+			<version>0.8.8</version>
                         <configuration>
                             <skip>true</skip>
                         </configuration>

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


More information about the commits mailing list