Skip to content

Commit 1aba4ac

Browse files
build(deps): bump com.nimbusds:nimbus-jose-jwt from 10.8 to 10.9 (#71)
Bumps [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 10.8 to 10.9. - [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt) - [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/10.9..10.8) --- updated-dependencies: - dependency-name: com.nimbusds:nimbus-jose-jwt dependency-version: '10.9' 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 71e4504 commit 1aba4ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repositories {
1616

1717
dependencies {
1818
implementation("com.fasterxml.jackson.core:jackson-databind:2.21.2")
19-
implementation("com.nimbusds:nimbus-jose-jwt:10.8")
19+
implementation("com.nimbusds:nimbus-jose-jwt:10.9")
2020
implementation("jakarta.ws.rs:jakarta.ws.rs-api:4.0.0")
2121

2222
testImplementation(platform("org.junit:junit-bom:6.0.3"))

0 commit comments

Comments
 (0)