[java-identity-provider] branch maint-4 updated: Unlock opensaml/etc. dependency versions.
Scott Cantor
cantor.2 at osu.edu
Fri Oct 6 16:13:37 UTC 2023
This is an automated email from the git hooks/post-receive script.
scantor 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=cb960a868fafe1812084579697260deefb94647c
The following commit(s) were added to refs/heads/maint-4 by this push:
new cb960a868 Unlock opensaml/etc. dependency versions.
cb960a868 is described below
commit cb960a868fafe1812084579697260deefb94647c
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Oct 6 12:13:32 2023 -0400
Unlock opensaml/etc. dependency versions.
---
idp-parent/pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/idp-parent/pom.xml b/idp-parent/pom.xml
index 9bce9982f..c1157d433 100644
--- a/idp-parent/pom.xml
+++ b/idp-parent/pom.xml
@@ -67,10 +67,10 @@
<properties>
<idwsfconsumer.version>2.1.0</idwsfconsumer.version>
- <java-support.version>8.4.0</java-support.version>
+ <java-support.version>8.4.1-SNAPSHOT</java-support.version>
<opensaml.groupId>org.opensaml</opensaml.groupId>
- <opensaml.version>4.3.0</opensaml.version>
- <spring-extensions.version>6.3.0</spring-extensions.version>
+ <opensaml.version>4.3.1-SNAPSHOT</opensaml.version>
+ <spring-extensions.version>6.3.1-SNAPSHOT</spring-extensions.version>
<checkstyle.configLocation>${project.basedir}/../idp-parent/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
<idp-parent.site.url>${shibboleth.site.deploy.url}java-identity-provider/${project.version}/</idp-parent.site.url>
<idp-module.site.url>${idp-parent.site.url}${project.artifactId}</idp-module.site.url>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list