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

Codeberg noreply at shibboleth.net
Thu Sep 10 10:48: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/d7cf41d164d7c438613d6eb11e406d7ee3237405

commit d7cf41d164d7c438613d6eb11e406d7ee3237405
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Sep 8 13:48:22 2026 +0100

    JPAR-236 Bump Maven versions for IdP 5.3
    
    https://shibboleth.atlassian.net/browse/JPAR-236
    
    Update dbcp2 to 2.14.0.  For now we leave jakarta.transaction explicitly
    excluded
---
 pom.xml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 343fac1..f48eb49 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@
         <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>
+        <dbcp2.version>2.14.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.  -->
@@ -187,6 +187,12 @@
                 <groupId>org.apache.commons</groupId>
                 <artifactId>commons-dbcp2</artifactId>
                 <version>${dbcp2.version}</version>
+                <exclusions>
+                    <exclusion>
+                        <groupId>jakarta.transaction</groupId>
+                        <artifactId>jakarta.transaction-api</artifactId>
+                    </exclusion>
+                </exclusions>
             </dependency>
             <dependency>
                 <groupId>org.apache.commons</groupId>

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


More information about the commits mailing list