[java-parent-project] 02/02: JPAR-236 Bump Maven plugin versions for IdP 5.3

Codeberg noreply at shibboleth.net
Thu Sep 3 19:16:11 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/44868a24ae05fb0ce335145ea2652889dc0c7237

commit 44868a24ae05fb0ce335145ea2652889dc0c7237
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Sep 3 20:15:45 2026 +0100

    JPAR-236 Bump Maven plugin versions for IdP 5.3
    
    https://shibboleth.atlassian.net/browse/JPAR-236
    
    Move artefact versions into properties
---
 pom.xml | 29 ++++++++++++++++++-----------
 1 file changed, 18 insertions(+), 11 deletions(-)

diff --git a/pom.xml b/pom.xml
index 91fae53..6e8c177 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,8 +40,11 @@
         <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>
+        <commons.collections.version>3.2.2</commons.collections.version>
         <cryptacular.version>1.3.0</cryptacular.version>
+        <dbcp2.version>2.9.0</dbcp2.version>
         <duoweb.version>1.3</duoweb.version>
+        <hsqldb.version>2.7.4</hsqldb.version>
         <!-- IMPORTANT: httpclient and httpcore versions need to be updated together.  -->
         <httpclient.groupId>org.apache.httpcomponents.client5</httpclient.groupId>
         <httpclient.artifactId>httpclient5</httpclient.artifactId>
@@ -60,15 +63,17 @@
         <jakarta.activation.version>2.0.1</jakarta.activation.version>
         <jakarta.json.version>2.0.1</jakarta.json.version>
         <janino.version>3.1.12</janino.version>
+        <jasminb.version>0.13</jasminb.version>
+        <jcommander.version>1.81</jcommander.version>
+        <jsr305.version>3.0.2</jsr305.version>
         <jetty.groupId>org.eclipse.jetty</jetty.groupId>
         <jsoup.version>1.17.2</jsoup.version>
         <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.5</unboundid.version> <!-- Test only dependency -->
+        <memcached.version>2.12.3</memcached.version>
         <metrics.version>4.2.40</metrics.version>
-        <rhino.version>1.9.1</rhino.version>
+        <mockito.version>3.9.0</mockito.version>
         <nashorn.jdk.version>15.7</nashorn.jdk.version> <!-- Test only dependency -->
+        <rhino.version>1.9.1</rhino.version>
         <rhino.engine.version>1.0.0</rhino.engine.version> <!-- Test only dependency -->
         <slf4j.groupId>org.slf4j</slf4j.groupId>
         <slf4j.version>2.0.18</slf4j.version>
@@ -77,6 +82,8 @@
         <spring.version>7.0.8</spring.version>
         <spring-webflow.groupId>org.springframework.webflow</spring-webflow.groupId>
         <spring-webflow.version>4.0.0</spring-webflow.version>
+        <testng.version>7.7.1</testng.version>
+        <unboundid.version>7.0.5</unboundid.version> <!-- Test only dependency -->
         <velocity.version>2.4.1</velocity.version>
         <xmlsec.version>3.0.6</xmlsec.version>
         <xmlunit.version>2.9.1</xmlunit.version>
@@ -169,7 +176,7 @@
             <dependency>
                 <groupId>com.google.code.findbugs</groupId>
                 <artifactId>jsr305</artifactId>
-                <version>3.0.2</version>
+                <version>${jsr305.version}</version>
             </dependency>
             <dependency>
                 <groupId>com.google.guava</groupId>
@@ -179,7 +186,7 @@
             <dependency>
                 <groupId>org.apache.commons</groupId>
                 <artifactId>commons-dbcp2</artifactId>
-                <version>2.9.0</version>
+                <version>${dbcp2.version}</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.commons</groupId>
@@ -258,7 +265,7 @@
             <dependency>
               <groupId>com.github.jasminb</groupId>
               <artifactId>jsonapi-converter</artifactId>
-              <version>0.13</version>
+              <version>${jasminb.version}</version>
               <!-- Excluded: https://issues.shibboleth.net/jira/browse/IDP-1798 -->
               <exclusions>
                   <exclusion>
@@ -350,17 +357,17 @@
             <dependency>
                 <groupId>com.beust</groupId>
                 <artifactId>jcommander</artifactId>
-                <version>1.81</version>
+                <version>${jcommander.version}</version>
             </dependency>
             <dependency>
                 <groupId>commons-collections</groupId>
                 <artifactId>commons-collections</artifactId>
-                <version>3.2.2</version>
+                <version>${commons.collections.version}</version>
             </dependency>
             <dependency>
                 <groupId>net.spy</groupId>
                 <artifactId>spymemcached</artifactId>
-                <version>2.12.3</version>
+                <version>${memcached.version}</version>
             </dependency>
 
             <!-- Provided dependencies -->
@@ -547,7 +554,7 @@
             <dependency>
                 <groupId>org.hsqldb</groupId>
                 <artifactId>hsqldb</artifactId>
-                <version>2.7.4</version>
+                <version>${hsqldb.version}</version>
                 <scope>test</scope>
             </dependency>
             <dependency>

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


More information about the commits mailing list