[xmlsectool] branch main updated: Unpin java-support and OpenSAML dependencies

Ian Young ian at iay.org.uk
Thu Mar 3 17:15:00 UTC 2022


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=8da911babe5f3273bc61bb6c280ca016cd9c9973

The following commit(s) were added to refs/heads/main by this push:
     new 8da911b  Unpin java-support and OpenSAML dependencies
8da911b is described below

commit 8da911babe5f3273bc61bb6c280ca016cd9c9973
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Thu Mar 3 17:14:56 2022 +0000

    Unpin java-support and OpenSAML dependencies
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index b5d469c..695dd6d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,8 +24,8 @@
 
     <properties>
         <opensaml.groupId>org.opensaml</opensaml.groupId>
-        <opensaml.version>4.1.1</opensaml.version>
-        <java-support.version>8.2.1</java-support.version>
+        <opensaml.version>4.2.0-SNAPSHOT</opensaml.version>
+        <java-support.version>8.3.0-SNAPSHOT</java-support.version>
         <net.shibboleth.maven.enforcer.rules.checkM2>false</net.shibboleth.maven.enforcer.rules.checkM2>
         <dependenciesDirectory>${project.build.directory}/dependencies</dependenciesDirectory>
     </properties>

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


More information about the commits mailing list