Skip to content

Commit

Permalink
Bump com.nimbusds:nimbus-jose-jwt from 9.48 to 10.0.1 (#1808)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent 943d530 commit 0c35809
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/spring-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
<version>9.48</version>
<version>10.0.1</version>
</dependency>

<!-- testing -->
Expand Down
2 changes: 1 addition & 1 deletion examples/springboot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
<version>9.48</version>
<version>10.0.1</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 0c35809

Please sign in to comment.