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 ba1de45d40 TOMEE-4205 - Upgrade to Jose4j 0.9.3
ba1de45d40 is described below
commit ba1de45d40b2ca89ab691d45be9b3709569f4653
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 575c362611..882c728fad 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 9bd8955fa0..06be4daeeb 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 64721e3b02..f5045a7b27 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 7993d9ce2f..a20c001b76 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>