This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/main by this push:
new 098c727913 Bump com.nimbusds:nimbus-jose-jwt from 10.4 to 10.4.1
(#2048)
098c727913 is described below
commit 098c7279137c659ccca170792f4d061488c4c0e9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 11 09:44:00 2025 +0200
Bump com.nimbusds:nimbus-jose-jwt from 10.4 to 10.4.1 (#2048)
Bumps
[com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt)
from 10.4 to 10.4.1.
-
[Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt)
-
[Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/10.4.1..10.4)
---
updated-dependencies:
- dependency-name: com.nimbusds:nimbus-jose-jwt
dependency-version: 10.4.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
examples/mp-jwt-bean-validation-strongly-typed/pom.xml | 2 +-
examples/mp-jwt-bean-validation/pom.xml | 2 +-
examples/mp-rest-jwt-jwk/pom.xml | 2 +-
examples/mp-rest-jwt-principal/pom.xml | 2 +-
examples/mp-rest-jwt-public-key/pom.xml | 2 +-
itests/microprofile-jwt-itests/pom.xml | 2 +-
mp-jwt/pom.xml | 2 +-
tck/microprofile-tck/jwt/pom.xml | 2 +-
8 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/examples/mp-jwt-bean-validation-strongly-typed/pom.xml
b/examples/mp-jwt-bean-validation-strongly-typed/pom.xml
index 3514470c20..2fe74d22e6 100644
--- a/examples/mp-jwt-bean-validation-strongly-typed/pom.xml
+++ b/examples/mp-jwt-bean-validation-strongly-typed/pom.xml
@@ -109,7 +109,7 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
- <version>10.4</version>
+ <version>10.4.1</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/examples/mp-jwt-bean-validation/pom.xml
b/examples/mp-jwt-bean-validation/pom.xml
index 67236f47c1..99f2a9b67c 100644
--- a/examples/mp-jwt-bean-validation/pom.xml
+++ b/examples/mp-jwt-bean-validation/pom.xml
@@ -109,7 +109,7 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
- <version>10.4</version>
+ <version>10.4.1</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/examples/mp-rest-jwt-jwk/pom.xml b/examples/mp-rest-jwt-jwk/pom.xml
index 64551cad63..89aeec7d75 100644
--- a/examples/mp-rest-jwt-jwk/pom.xml
+++ b/examples/mp-rest-jwt-jwk/pom.xml
@@ -101,7 +101,7 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
- <version>10.4</version>
+ <version>10.4.1</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/examples/mp-rest-jwt-principal/pom.xml
b/examples/mp-rest-jwt-principal/pom.xml
index 6b6c6129c7..3e5a1417a3 100644
--- a/examples/mp-rest-jwt-principal/pom.xml
+++ b/examples/mp-rest-jwt-principal/pom.xml
@@ -92,7 +92,7 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
- <version>10.4</version>
+ <version>10.4.1</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/examples/mp-rest-jwt-public-key/pom.xml
b/examples/mp-rest-jwt-public-key/pom.xml
index 3fb15f8e40..362193eafb 100644
--- a/examples/mp-rest-jwt-public-key/pom.xml
+++ b/examples/mp-rest-jwt-public-key/pom.xml
@@ -110,7 +110,7 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
- <version>10.4</version>
+ <version>10.4.1</version>
<scope>test</scope>
</dependency>
diff --git a/itests/microprofile-jwt-itests/pom.xml
b/itests/microprofile-jwt-itests/pom.xml
index d552b05708..a89e6aa63c 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.4</version>
+ <version>10.4.1</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/mp-jwt/pom.xml b/mp-jwt/pom.xml
index fa4029fd9d..3929a27db4 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.4</version>
+ <version>10.4.1</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/tck/microprofile-tck/jwt/pom.xml b/tck/microprofile-tck/jwt/pom.xml
index 63ab83d1f1..54cb959f2d 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.4</version>
+ <version>10.4.1</version>
<scope>test</scope>
</dependency>
<dependency>