Skip to content

Commit

Permalink
Bump com.nimbusds:nimbus-jose-jwt from 9.41 to 9.41.1
Browse files Browse the repository at this point in the history
Bumps [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 9.41 to 9.41.1.
- [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt)
- [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/9.41.1..9.41)

---
updated-dependencies:
- dependency-name: com.nimbusds:nimbus-jose-jwt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 13, 2024
1 parent f5c90c2 commit b1c1df2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion your-finance-jwt-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</dependencies>

<properties>
<nimbus-jose-jwt.version>9.41</nimbus-jose-jwt.version>
<nimbus-jose-jwt.version>9.41.1</nimbus-jose-jwt.version>
<microprofile-jwt-auth-api.version>2.1</microprofile-jwt-auth-api.version>
<json-smart.version>2.5.1</json-smart.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion your-finance-k-jwt-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<kotlin.code.style>official</kotlin.code.style>
<junit.version>4.13.1</junit.version>
<jakarta.json.version>1.1.7</jakarta.json.version>
<nimbus-jose-jwt.version>9.41</nimbus-jose-jwt.version>
<nimbus-jose-jwt.version>9.41.1</nimbus-jose-jwt.version>
<json-smart.version>2.5.1</json-smart.version>
<microprofile-jwt-auth-api.version>2.1</microprofile-jwt-auth-api.version>
<junit-jupiter.version>5.11.0</junit-jupiter.version>
Expand Down

0 comments on commit b1c1df2

Please sign in to comment.