Skip to content

Commit

Permalink
Bump com.nimbusds:nimbus-jose-jwt from 9.41.1 to 9.41.2 (#1618)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 3798f98 commit bc1983c
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.41.1</version>
<version>9.41.2</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.41.1</version>
<version>9.41.2</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit bc1983c

Please sign in to comment.