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

Codeberg noreply at shibboleth.net
Tue Sep 1 15:12:09 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/8e28ea15b5e2394405f568e738e914c5b85b241c

commit 8e28ea15b5e2394405f568e738e914c5b85b241c
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 | 48 ++++++++++--------------------------------------
 1 file changed, 10 insertions(+), 38 deletions(-)

diff --git a/pom.xml b/pom.xml
index a62b8d6..d6b4758 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,8 +37,8 @@
         <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,14 +83,13 @@
 
         <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>
         <checkstyle-plugin.version>3.1.2</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.7.1</maven-assembly-plugin.version>
         <maven-clean-plugin.version>3.5.0</maven-clean-plugin.version>
@@ -99,7 +98,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>
@@ -745,11 +744,6 @@
                     <artifactId>maven-war-plugin</artifactId>
                     <version>${maven-war-plugin.version}</version>
                 </plugin>
-                <plugin>
-                    <groupId>org.jacoco</groupId>
-                    <artifactId>jacoco-maven-plugin</artifactId>
-                    <version>${jacoco-maven-plugin.version}</version>
-                </plugin>
             </plugins>
         </pluginManagement>
 
@@ -1043,28 +1037,6 @@
                 </plugins>
             </build>
         </profile>
-
-        <!--
-            Disable JaCoCo under unsupported versions of Java.
-        -->
-        <profile>
-            <id>nojacoco</id>
-            <activation>
-                <jdk>[19,</jdk>
-            </activation>
-            <build>
-                <plugins>
-                    <plugin>
-                        <groupId>org.jacoco</groupId>
-                        <artifactId>jacoco-maven-plugin</artifactId>
-                        <configuration>
-                            <skip>true</skip>
-                        </configuration>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
-
     </profiles>
 
 

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


More information about the commits mailing list