Updated versions

This commit is contained in:
rajesh
2024-09-24 13:57:33 -07:00
parent 5212442417
commit 79bef1b825

12
pom.xml
View File

@@ -146,7 +146,7 @@
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-core</artifactId>
<version>4.0.1</version>
<version>4.2.0</version>
</dependency>
@@ -154,7 +154,7 @@
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-saml-api</artifactId>
<version>4.0.1</version>
<version>4.2.0</version>
</dependency>
@@ -162,7 +162,7 @@
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-saml-impl</artifactId>
<version>4.0.1</version>
<version>4.2.0</version>
</dependency>
@@ -181,6 +181,12 @@
</dependencies>
<repositories>
<repository>
<id>shibboleth</id>
<url>https://build.shibboleth.net/nexus/content/repositories/releases/</url>
</repository>
</repositories>
<build>