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

rzo1 pushed a commit to branch tomee-9.x
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/tomee-9.x by this push:
     new 89b518f0ae TOMEE-4205 - Upgrade to Jose4j 0.9.3
89b518f0ae is described below

commit 89b518f0ae1f9d8bd08ee3cd5b08c42b7b7d501e
Author: Richard Zowalla <[email protected]>
AuthorDate: Tue May 2 08:25:24 2023 +0200

    TOMEE-4205 - Upgrade to Jose4j 0.9.3
---
 boms/tomee-microprofile/pom.xml | 2 +-
 boms/tomee-plume/pom.xml        | 2 +-
 boms/tomee-plus/pom.xml         | 2 +-
 mp-jwt/pom.xml                  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/boms/tomee-microprofile/pom.xml b/boms/tomee-microprofile/pom.xml
index b4bbb25e5b..07a4d3932f 100644
--- a/boms/tomee-microprofile/pom.xml
+++ b/boms/tomee-microprofile/pom.xml
@@ -1649,7 +1649,7 @@
     <dependency>
       <groupId>org.bitbucket.b_c</groupId>
       <artifactId>jose4j</artifactId>
-      <version>0.7.9</version>
+      <version>0.9.3</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
diff --git a/boms/tomee-plume/pom.xml b/boms/tomee-plume/pom.xml
index 026aaa14c2..0375445cad 100644
--- a/boms/tomee-plume/pom.xml
+++ b/boms/tomee-plume/pom.xml
@@ -1760,7 +1760,7 @@
     <dependency>
       <groupId>org.bitbucket.b_c</groupId>
       <artifactId>jose4j</artifactId>
-      <version>0.7.9</version>
+      <version>0.9.3</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
diff --git a/boms/tomee-plus/pom.xml b/boms/tomee-plus/pom.xml
index c23dcf26e8..9ffccef117 100644
--- a/boms/tomee-plus/pom.xml
+++ b/boms/tomee-plus/pom.xml
@@ -1793,7 +1793,7 @@
     <dependency>
       <groupId>org.bitbucket.b_c</groupId>
       <artifactId>jose4j</artifactId>
-      <version>0.7.9</version>
+      <version>0.9.3</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
diff --git a/mp-jwt/pom.xml b/mp-jwt/pom.xml
index a715ec8254..d566b4ef9a 100644
--- a/mp-jwt/pom.xml
+++ b/mp-jwt/pom.xml
@@ -80,7 +80,7 @@
     <dependency>
       <groupId>org.bitbucket.b_c</groupId>
       <artifactId>jose4j</artifactId>
-      <version>0.7.9</version>
+      <version>0.9.3</version>
     </dependency>
     <dependency>
       <groupId>io.churchkey</groupId>

Reply via email to