You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2022/04/07 14:19:02 UTC

[tomee] 01/03: Update JOSE4J to avoid conflicts with TCK and then we are up to date

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

jlmonteiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git

commit cbc5942500a71930c47a4d813a3feb136b378a8a
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Thu Apr 7 16:17:10 2022 +0200

    Update JOSE4J to avoid conflicts with TCK and then we are up to date
---
 mp-jwt/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mp-jwt/pom.xml b/mp-jwt/pom.xml
index b22d510355..ed5b40304d 100644
--- a/mp-jwt/pom.xml
+++ b/mp-jwt/pom.xml
@@ -82,7 +82,7 @@
     <dependency>
       <groupId>org.bitbucket.b_c</groupId>
       <artifactId>jose4j</artifactId>
-      <version>0.6.0</version>
+      <version>0.7.9</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>