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

Codeberg noreply at shibboleth.net
Mon Sep 21 12:36:43 UTC 2026


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

codeberg pushed a commit to branch main
in repository java-shib-shared.

View the commit online:
https://codeberg.org/Shibboleth/java-shib-shared/commit/b51be545111508206802e9fa0695c7ec2a606c7d

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

commit b51be545111508206802e9fa0695c7ec2a606c7d
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Sep 21 13:36:11 2026 +0100

    JPAR-236 Bump Maven versions for IdP 5.3
    
    https://shibboleth.atlassian.net/browse/JPAR-236
    
    Bring jetty forward to latest.  Remove pinning (of test artifact)
    in shib-networking and rely on pinning in the parent.
---
 pom.xml                 | 2 +-
 shib-networking/pom.xml | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index cf0c7f3b..5d27736a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,7 +46,7 @@
         <shibboleth.projectName>java-shib-shared</shibboleth.projectName>
         <checkstyle.configLocation>${project.basedir}/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
         <!-- Controls embedded version used for testing. -->
-        <jetty.version>12.1.9</jetty.version>
+        <jetty.version>12.1.13</jetty.version>
     </properties>
 
     <dependencies>
diff --git a/shib-networking/pom.xml b/shib-networking/pom.xml
index 8c74c70b..249744d0 100644
--- a/shib-networking/pom.xml
+++ b/shib-networking/pom.xml
@@ -15,7 +15,6 @@
     <packaging>jar</packaging>
 
     <properties>
-        <jetty.version>12.0.19</jetty.version>
         <automatic.module.name>net.shibboleth.networking</automatic.module.name>
         <checkstyle.configLocation>${project.basedir}/../resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
     </properties>

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


More information about the commits mailing list