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
2 changes: 1 addition & 1 deletion juneau-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>oauth2-oidc-sdk</artifactId>
<version>11.37.2</version>
<version>11.38.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion juneau-rest/juneau-rest-server-auth-oauth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
Nimbus OAuth 2.0 SDK pin. 11.37.2 (May 2026) is the
current stable on Maven Central as of land time.
-->
<nimbus-oauth2-oidc-sdk.version>11.37.2</nimbus-oauth2-oidc-sdk.version>
<nimbus-oauth2-oidc-sdk.version>11.38.2</nimbus-oauth2-oidc-sdk.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion juneau-rest/juneau-rest-server-auth-oidc-rp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
Nimbus OAuth 2.0 SDK pin - kept on the same 11.37.2 line as juneau-rest-server-auth-oauth
(see FINISHED-94c). A future bump must re-run the dependency:tree containment check.
-->
<nimbus-oauth2-oidc-sdk.version>11.37.2</nimbus-oauth2-oidc-sdk.version>
<nimbus-oauth2-oidc-sdk.version>11.38.2</nimbus-oauth2-oidc-sdk.version>
</properties>

<dependencies>
Expand Down
Loading