This is an automated email from the ASF dual-hosted git repository.

jungm 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 651fd17906 Bump com.nimbusds:nimbus-jose-jwt from 10.0.2 to 10.1
651fd17906 is described below

commit 651fd179069ae2c27c9d2c9b9d373a472e1a8889
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Apr 7 04:41:14 2025 +0000

    Bump com.nimbusds:nimbus-jose-jwt from 10.0.2 to 10.1
    
    Bumps 
[com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt)
 from 10.0.2 to 10.1.
    - 
[Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt)
    - 
[Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/10.1..10.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: com.nimbusds:nimbus-jose-jwt
      dependency-version: '10.1'
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 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 f4c8153207..b23f0bee51 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.0.2</version>
+      <version>10.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 e0f63c88c8..c69d31506b 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.0.2</version>
+      <version>10.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 123c567347..89197cd8d0 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.0.2</version>
+      <version>10.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 e0d54243d2..c462139835 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.0.2</version>
+      <version>10.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 e5e4c99fc6..e332251b89 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.0.2</version>
+      <version>10.1</version>
       <scope>test</scope>
     </dependency>
 
diff --git a/itests/microprofile-jwt-itests/pom.xml 
b/itests/microprofile-jwt-itests/pom.xml
index 1cf2b5fbf5..c2badb020c 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.0.2</version>
+      <version>10.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/mp-jwt/pom.xml b/mp-jwt/pom.xml
index ce16d68101..457b9a89d8 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.0.2</version>
+      <version>10.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/tck/microprofile-tck/jwt/pom.xml b/tck/microprofile-tck/jwt/pom.xml
index 87a1643e69..4d3b22ca76 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.0.2</version>
+      <version>10.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>

Reply via email to