Skip to content

Commit 3435ee9

Browse files
Bump com.nimbusds:nimbus-jose-jwt from 10.4.2 to 10.5 (#483)
Bumps [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 10.4.2 to 10.5. - [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt) - [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/10.5..10.4.2) --- updated-dependencies: - dependency-name: com.nimbusds:nimbus-jose-jwt dependency-version: '10.5' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent defe5b0 commit 3435ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dependencies {
5252
implementation("ch.qos.logback:logback-classic:1.5.18")
5353
implementation("com.auth0:java-jwt:4.5.0")
5454
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.19.2")
55-
implementation("com.nimbusds:nimbus-jose-jwt:10.4.2")
55+
implementation("com.nimbusds:nimbus-jose-jwt:10.5")
5656
implementation("io.micrometer:micrometer-registry-prometheus:1.15.4")
5757
implementation("net.logstash.logback:logstash-logback-encoder:8.1")
5858
implementation("org.apache.kafka:kafka-streams:4.1.0")

0 commit comments

Comments
 (0)