[java-identity-provider] branch maint-4 updated: Update to unlock parent version and Shib dependencies

Brent Putman putmanb at georgetown.edu
Thu Mar 28 23:16:06 UTC 2024


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

putmanb pushed a commit to branch maint-4
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=fe4b2cfd0c553f976d6b685ae3036c34fbfa937f

The following commit(s) were added to refs/heads/maint-4 by this push:
     new fe4b2cfd0 Update to unlock parent version and Shib dependencies
fe4b2cfd0 is described below

commit fe4b2cfd0c553f976d6b685ae3036c34fbfa937f
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Thu Mar 28 19:16:04 2024 -0400

    Update to unlock parent version and Shib dependencies
---
 idp-parent/pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/idp-parent/pom.xml b/idp-parent/pom.xml
index 46dcf00dd..063ea8072 100644
--- a/idp-parent/pom.xml
+++ b/idp-parent/pom.xml
@@ -8,7 +8,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>parent</artifactId>
-        <version>11.3.6</version>
+        <version>11.3.7-SNAPSHOT</version>
     </parent>
 
     <name>Shibboleth Identity Provider</name>
@@ -68,10 +68,10 @@
     <properties>
         <shibboleth.projectName>java-identity-provider</shibboleth.projectName>
         <idwsfconsumer.version>2.1.0</idwsfconsumer.version>
-        <java-support.version>8.4.1</java-support.version>
+        <java-support.version>8.4.2-SNAPSHOT</java-support.version>
         <opensaml.groupId>org.opensaml</opensaml.groupId>
-        <opensaml.version>4.3.1</opensaml.version>
-        <spring-extensions.version>6.3.1</spring-extensions.version>
+        <opensaml.version>4.3.2-SNAPSHOT</opensaml.version>
+        <spring-extensions.version>6.3.2-SNAPSHOT</spring-extensions.version>
         <checkstyle.configLocation>${project.basedir}/../idp-parent/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