Skip to content

Commit 93b9b35

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

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dumper/app/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ com.google.protobuf:protobuf-java:3.25.8=compileClasspath,runtimeClasspath,testC
9191
com.google.re2j:re2j:1.8=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
9292
com.googlecode.json-simple:json-simple:1.1.1=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
9393
com.jcraft:jsch:0.1.55=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
94-
com.nimbusds:nimbus-jose-jwt:10.5=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
94+
com.nimbusds:nimbus-jose-jwt:10.6=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
9595
com.sun.jersey:jersey-core:1.19.4=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
9696
com.sun.jersey:jersey-server:1.19.4=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
9797
com.sun.jersey:jersey-servlet:1.19.4=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath

dumper/lib-ext-hive-metastore/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ com.jcraft:jsch:0.1.55=hive312RuntimeClasspath
4747
com.jolbox:bonecp:0.8.0.RELEASE=hive312RuntimeClasspath
4848
com.lmax:disruptor:3.3.6=hive312RuntimeClasspath
4949
com.microsoft.sqlserver:mssql-jdbc:6.2.1.jre7=hive312RuntimeClasspath
50-
com.nimbusds:nimbus-jose-jwt:10.5=hive312RuntimeClasspath
50+
com.nimbusds:nimbus-jose-jwt:10.6=hive312RuntimeClasspath
5151
com.ning:async-http-client:1.8.16=hive312RuntimeClasspath
5252
com.sun.jersey.contribs:jersey-guice:1.19=hive312RuntimeClasspath
5353
com.sun.jersey:jersey-client:1.19=hive312RuntimeClasspath

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jna = "5.17.0"
7474
jetty-server = "9.4.58.v20250814"
7575
netty-handler = "4.1.127.Final"
7676
dnsjava = "3.6.3"
77-
nimbus-jose-jwt = "10.5"
77+
nimbus-jose-jwt = "10.6"
7878
io-grpc = "1.76.1"
7979
xerces = "2.12.2"
8080
zookeeper = "3.9.4"

0 commit comments

Comments
 (0)