[xmlsectool] branch main updated: XSTJ-96 - Placate Enforcer over dependency versions

Ian Young ian at iay.org.uk
Fri Mar 21 11:16:34 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=aa789a4e8fc9021b0c55107c210814ec28fd4141

The following commit(s) were added to refs/heads/main by this push:
     new aa789a4  XSTJ-96 - Placate Enforcer over dependency versions
aa789a4 is described below

commit aa789a4e8fc9021b0c55107c210814ec28fd4141
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Fri Mar 21 11:16:31 2025 +0000

    XSTJ-96 - Placate Enforcer over dependency versions
    
    https://shibboleth.atlassian.net/browse/XSTJ-96
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 695c9ea..9cf8884 100644
--- a/pom.xml
+++ b/pom.xml
@@ -89,6 +89,8 @@
         <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