Skip to content

Commit

Permalink
Merge pull request #329 from jesperancinha/dependabot/maven/com.nimbu…
Browse files Browse the repository at this point in the history
…sds-nimbus-jose-jwt-9.41

Bump com.nimbusds:nimbus-jose-jwt from 9.40 to 9.41
  • Loading branch information
github-actions[bot] authored Sep 11, 2024
2 parents 052876e + e6f7541 commit f5c90c2
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.40</nimbus-jose-jwt.version>
<nimbus-jose-jwt.version>9.41</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.40</nimbus-jose-jwt.version>
<nimbus-jose-jwt.version>9.41</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 f5c90c2

Please sign in to comment.