This is an automated email from the ASF dual-hosted git repository.
jungm pushed a commit to branch tomee-10.x
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/tomee-10.x by this push:
new 858be1578f [tomee-10.x]: Bump com.nimbusds:nimbus-jose-jwt from 10.6
to 10.7
858be1578f is described below
commit 858be1578f1d85a9dca3a85e32de0b94eb170486
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 22 20:09:47 2026 +0000
[tomee-10.x]: Bump com.nimbusds:nimbus-jose-jwt from 10.6 to 10.7
Bumps
[com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt)
from 10.6 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.6)
---
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] <[email protected]>
---
itests/microprofile-jwt-itests/pom.xml | 2 +-
mp-jwt/pom.xml | 2 +-
tck/microprofile-tck/jwt/pom.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/itests/microprofile-jwt-itests/pom.xml
b/itests/microprofile-jwt-itests/pom.xml
index 5b4d4c8078..ddd2a5fd19 100644
--- a/itests/microprofile-jwt-itests/pom.xml
+++ b/itests/microprofile-jwt-itests/pom.xml
@@ -91,7 +91,7 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
- <version>10.6</version>
+ <version>10.7</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/mp-jwt/pom.xml b/mp-jwt/pom.xml
index c9392e1757..10a80c93ff 100644
--- a/mp-jwt/pom.xml
+++ b/mp-jwt/pom.xml
@@ -94,7 +94,7 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
- <version>10.6</version>
+ <version>10.7</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/tck/microprofile-tck/jwt/pom.xml b/tck/microprofile-tck/jwt/pom.xml
index 177092073e..fda7a0a795 100644
--- a/tck/microprofile-tck/jwt/pom.xml
+++ b/tck/microprofile-tck/jwt/pom.xml
@@ -112,7 +112,7 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
- <version>10.6</version>
+ <version>10.7</version>
<scope>test</scope>
</dependency>
<dependency>