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 <[email protected]> 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>
