This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch tomee-8.x
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/tomee-8.x by this push:
new 0122841752 TOMEE-4205 - Upgrade to Jose4j 0.9.3
0122841752 is described below
commit 0122841752dfe497a4eaec1bb6240916047c08b4
Author: Richard Zowalla <[email protected]>
AuthorDate: Tue May 2 08:23:15 2023 +0200
TOMEE-4205 - Upgrade to Jose4j 0.9.3
---
boms/tomee-microprofile/pom.xml | 2 +-
boms/tomee-plume/pom.xml | 13 ++++++++++++-
boms/tomee-plus/pom.xml | 13 ++++++++++++-
mp-jwt/pom.xml | 2 +-
4 files changed, 26 insertions(+), 4 deletions(-)
diff --git a/boms/tomee-microprofile/pom.xml b/boms/tomee-microprofile/pom.xml
index 6a714b3e8a..8141238292 100644
--- a/boms/tomee-microprofile/pom.xml
+++ b/boms/tomee-microprofile/pom.xml
@@ -1434,7 +1434,7 @@
<dependency>
<groupId>org.bitbucket.b_c</groupId>
<artifactId>jose4j</artifactId>
- <version>0.6.0</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 83a74265e3..24d00bfcc1 100644
--- a/boms/tomee-plume/pom.xml
+++ b/boms/tomee-plume/pom.xml
@@ -122,6 +122,17 @@
</exclusion>
</exclusions>
</dependency>
+ <dependency>
+ <groupId>com.sun.xml.bind</groupId>
+ <artifactId>jaxb-impl</artifactId>
+ <version>2.3.4</version>
+ <exclusions>
+ <exclusion>
+ <artifactId>*</artifactId>
+ <groupId>*</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
<dependency>
<groupId>com.sun.xml.messaging.saaj</groupId>
<artifactId>saaj-impl</artifactId>
@@ -1533,7 +1544,7 @@
<dependency>
<groupId>org.bitbucket.b_c</groupId>
<artifactId>jose4j</artifactId>
- <version>0.6.0</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 bf379ebe1e..9fcdb59286 100644
--- a/boms/tomee-plus/pom.xml
+++ b/boms/tomee-plus/pom.xml
@@ -122,6 +122,17 @@
</exclusion>
</exclusions>
</dependency>
+ <dependency>
+ <groupId>com.sun.xml.bind</groupId>
+ <artifactId>jaxb-impl</artifactId>
+ <version>2.3.4</version>
+ <exclusions>
+ <exclusion>
+ <artifactId>*</artifactId>
+ <groupId>*</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
<dependency>
<groupId>com.sun.xml.messaging.saaj</groupId>
<artifactId>saaj-impl</artifactId>
@@ -1566,7 +1577,7 @@
<dependency>
<groupId>org.bitbucket.b_c</groupId>
<artifactId>jose4j</artifactId>
- <version>0.6.0</version>
+ <version>0.9.3</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
diff --git a/mp-jwt/pom.xml b/mp-jwt/pom.xml
index ce4124b0f5..643614c612 100644
--- a/mp-jwt/pom.xml
+++ b/mp-jwt/pom.xml
@@ -79,7 +79,7 @@
<dependency>
<groupId>org.bitbucket.b_c</groupId>
<artifactId>jose4j</artifactId>
- <version>0.6.0</version>
+ <version>0.9.3</version>
</dependency>
<dependency>
<groupId>junit</groupId>