Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions juneau-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -236,49 +236,49 @@
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-core-api</artifactId>
<version>5.2.2</version>
<version>5.2.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-core-impl</artifactId>
<version>5.2.2</version>
<version>5.2.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-saml-api</artifactId>
<version>5.2.2</version>
<version>5.2.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-saml-impl</artifactId>
<version>5.2.2</version>
<version>5.2.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-security-api</artifactId>
<version>5.2.2</version>
<version>5.2.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-security-impl</artifactId>
<version>5.2.2</version>
<version>5.2.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-xmlsec-api</artifactId>
<version>5.2.2</version>
<version>5.2.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-xmlsec-impl</artifactId>
<version>5.2.2</version>
<version>5.2.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion juneau-rest/juneau-rest-server-auth-saml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
latest stable 5.x release; avoid 5.0.0 (typical x.0.0 rough edges). 5.2.2 (May 2026) is
the current stable as of land time.
-->
<opensaml.version>5.2.2</opensaml.version>
<opensaml.version>5.2.3</opensaml.version>
</properties>

<!--
Expand Down
Loading