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 6c9415c534 [tomee-10.x]: Bump com.nimbusds:nimbus-jose-jwt from 10.9
to 10.9.1
6c9415c534 is described below
commit 6c9415c534ddc8815245d38af87bd4beb38e3fac
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 2 14:29:45 2026 +0000
[tomee-10.x]: Bump com.nimbusds:nimbus-jose-jwt from 10.9 to 10.9.1
Bumps
[com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt)
from 10.9 to 10.9.1.
-
[Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt)
-
[Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/10.9.1..10.9)
---
updated-dependencies:
- dependency-name: com.nimbusds:nimbus-jose-jwt
dependency-version: 10.9.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 71bb88cc16..13493de2e7 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.9</version>
+ <version>10.9.1</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/mp-jwt/pom.xml b/mp-jwt/pom.xml
index fcd8733241..b2a1e8c614 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.9</version>
+ <version>10.9.1</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/tck/microprofile-tck/jwt/pom.xml b/tck/microprofile-tck/jwt/pom.xml
index a4510e462b..ac7889945d 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.9</version>
+ <version>10.9.1</version>
<scope>test</scope>
</dependency>
<dependency>