Skip to content

Commit

Permalink
Bump com.nimbusds:nimbus-jose-jwt from 9.47 to 9.48
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.47 to 9.48.
- [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt)
- [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/9.48..9.47)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 622e323 commit 54996a6
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.47</nimbus-jose-jwt.version>
<nimbus-jose-jwt.version>9.48</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.47</nimbus-jose-jwt.version>
<nimbus-jose-jwt.version>9.48</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.4</junit-jupiter.version>
Expand Down

0 comments on commit 54996a6

Please sign in to comment.