Skip to content

Commit d27ea2d

Browse files
fix(deps): bump com.nimbusds:nimbus-jose-jwt from 10.5 to 10.7 (#297)
Bumps [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 10.5 to 10.7. - [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt) - [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/10.7..10.5) --- updated-dependencies: - dependency-name: com.nimbusds:nimbus-jose-jwt dependency-version: '10.7' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 42e45c5 commit d27ea2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ version = '1.1.5'
1818

1919
dependencies {
2020
implementation('org.slf4j:slf4j-api:2.0.17')
21-
implementation('com.nimbusds:nimbus-jose-jwt:10.5')
21+
implementation('com.nimbusds:nimbus-jose-jwt:10.7')
2222
implementation('org.json:json:20250517')
2323
implementation('com.nimbusds:oauth2-oidc-sdk:11.29.1')
2424

0 commit comments

Comments
 (0)