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 15d3eb26c3 [tomee-10.x]: Bump com.nimbusds:nimbus-jose-jwt from 10.8
to 10.9
15d3eb26c3 is described below
commit 15d3eb26c3b8257fd0912d3da04295e65612d9e8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 7 05:47:47 2026 +0000
[tomee-10.x]: Bump com.nimbusds:nimbus-jose-jwt from 10.8 to 10.9
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] <[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 01f5555a21..7a2a2230d4 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.8</version>
+ <version>10.9</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/mp-jwt/pom.xml b/mp-jwt/pom.xml
index 5ff57e0e98..645b2cb0bd 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.8</version>
+ <version>10.9</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/tck/microprofile-tck/jwt/pom.xml b/tck/microprofile-tck/jwt/pom.xml
index 8439d5b752..0f3f368e08 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.8</version>
+ <version>10.9</version>
<scope>test</scope>
</dependency>
<dependency>