[java-metadata-aggregator] branch main updated: Pin Shibboleth dependencies from IdP 5.2.1

Codeberg noreply at shibboleth.net
Mon Feb 23 10:15:27 UTC 2026


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

codeberg pushed a commit to branch main
in repository java-metadata-aggregator.

View the commit online:
https://codeberg.org/Shibboleth/java-metadata-aggregator/commit/0bc47c0a7796730bee5c0ea556fbb409af2ff239

The following commit(s) were added to refs/heads/main by this push:
     new 0bc47c0  Pin Shibboleth dependencies from IdP 5.2.1
0bc47c0 is described below

commit 0bc47c0a7796730bee5c0ea556fbb409af2ff239
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Mon Feb 23 10:15:17 2026 +0000

    Pin Shibboleth dependencies from IdP 5.2.1
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3d81a46..760326e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>parent</artifactId>
-        <version>17.2.0</version>
+        <version>17.2.1</version>
     </parent>
 
     <name>Shibboleth Metadata Aggregator</name>
@@ -31,7 +31,7 @@
 
     <properties>
         <shib-shared.groupId>net.shibboleth</shib-shared.groupId>
-        <shib-shared.version>9.2.0</shib-shared.version>
+        <shib-shared.version>9.2.1</shib-shared.version>
         <shibboleth.projectName>java-metadata-aggregator</shibboleth.projectName>
         <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