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 91f9b2508d Bump com.nimbusds:nimbus-jose-jwt from 9.39.1 to 9.40
91f9b2508d is described below

commit 91f9b2508da0ad59375ccb9c8319d9cd0ac36f8f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 5 04:56:42 2024 +0000

    Bump com.nimbusds:nimbus-jose-jwt from 9.39.1 to 9.40
    
    Bumps 
[com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt)
 from 9.39.1 to 9.40.
    - 
[Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt)
    - 
[Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/9.40..9.39.1)
    
    ---
    updated-dependencies:
    - dependency-name: com.nimbusds:nimbus-jose-jwt
      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 bfed72b7be..6a88e4fdd8 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>9.39.1</version>
+      <version>9.40</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 b3d7326d0b..4977a1f8e1 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>9.39.1</version>
+      <version>9.40</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 cf9c8d4e33..c09150ee1f 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>9.39.1</version>
+      <version>9.40</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 ba955f8704..4b443783c7 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>9.39.1</version>
+      <version>9.40</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 c9e9376364..eef375230a 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>9.39.1</version>
+      <version>9.40</version>
       <scope>test</scope>
     </dependency>
 
diff --git a/itests/microprofile-jwt-itests/pom.xml 
b/itests/microprofile-jwt-itests/pom.xml
index 5e7b310b90..1e5731a62c 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>9.39.1</version>
+      <version>9.40</version>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/mp-jwt/pom.xml b/mp-jwt/pom.xml
index ec1d7e3992..8aebfa186c 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>9.39.1</version>
+      <version>9.40</version>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/tck/microprofile-tck/jwt/pom.xml b/tck/microprofile-tck/jwt/pom.xml
index 703c3d2868..45dc4aa276 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>9.39.1</version>
+      <version>9.40</version>
       <scope>test</scope>
     </dependency>
     <dependency>

Reply via email to