[xmlsectool] branch main updated: Bump to latest Shibboleth dependencies

Ian Young ian at iay.org.uk
Mon Mar 31 17:12:48 UTC 2025


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

iay pushed a commit to branch main
in repository xmlsectool.

View the commit online:
http://git.shibboleth.net/view/?p=xmlsectool.git;a=commit;h=25f5b2f0ea58037c3863fd5b2b4e94a88530324b

The following commit(s) were added to refs/heads/main by this push:
     new 25f5b2f  Bump to latest Shibboleth dependencies
25f5b2f is described below

commit 25f5b2f0ea58037c3863fd5b2b4e94a88530324b
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Mon Mar 31 18:12:45 2025 +0100

    Bump to latest Shibboleth dependencies
    
    Note that this undoes the explicit selection of xmlsec 3.0.5, as
    that is now pulled in by the parent project.
---
 pom.xml | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9cf8884..85fc004 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>parent</artifactId>
-        <version>17.1.3</version>
+        <version>17.1.4</version>
     </parent>
 
     <groupId>net.shibboleth.tool</groupId>
@@ -24,13 +24,10 @@
 
     <properties>
         <opensaml.groupId>org.opensaml</opensaml.groupId>
-        <opensaml.version>5.1.3</opensaml.version>
+        <opensaml.version>5.1.4</opensaml.version>
         <shib-shared.groupId>net.shibboleth</shib-shared.groupId>
-        <shib-shared.version>9.1.3</shib-shared.version>
+        <shib-shared.version>9.1.4</shib-shared.version>
         <dependenciesDirectory>${project.build.directory}/dependencies</dependenciesDirectory>
-        
-        <!-- Temporary fix for XSTL-96. Remove in subsequent releases. -->
-        <xmlsec.version>3.0.5</xmlsec.version>
     </properties>
 
     <dependencies>
@@ -89,8 +86,6 @@
         <dependency>
             <groupId>org.apache.santuario</groupId>
             <artifactId>xmlsec</artifactId>
-            <!-- Temporary fix for XSTL-96. Remove in subsequent releases. -->
-            <version>${xmlsec.version}</version>
             <exclusions>
                 <exclusion>
                     <groupId>com.fasterxml.woodstox</groupId>

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


More information about the commits mailing list