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

Codeberg noreply at shibboleth.net
Thu Feb 12 10:18:48 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/314218ad213dd3c582d15e48b820f88915c37866

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

commit 314218ad213dd3c582d15e48b820f88915c37866
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Thu Feb 12 10:18:30 2026 +0000

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

diff --git a/pom.xml b/pom.xml
index 75643ea..3d81a46 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>parent</artifactId>
-        <version>17.1.6</version>
+        <version>17.2.0</version>
     </parent>
 
     <name>Shibboleth Metadata Aggregator</name>
@@ -31,7 +31,7 @@
 
     <properties>
         <shib-shared.groupId>net.shibboleth</shib-shared.groupId>
-        <shib-shared.version>9.1.6</shib-shared.version>
+        <shib-shared.version>9.2.0</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