Skip to content

Commit

Permalink
Update dependency com.nimbusds:nimbus-jose-jwt to v9.41.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 23, 2024
1 parent bc1f8a7 commit ddac863
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion authorization/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<!-- Useful to parse the accessToken, to get the playerId-->
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
<version>9.41.1</version>
<version>9.41.2</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion player/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<!-- Useful to parse the accessToken, to get the playerId-->
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
<version>9.41.1</version>
<version>9.41.2</version>
</dependency>

<!-- https://github.com/cowtowncoder/java-uuid-generator -->
Expand Down

0 comments on commit ddac863

Please sign in to comment.