GUACAMOLE-1905: Upgrade to jose4j 0.9.6.

This commit is contained in:
James Muehlner
2024-03-12 21:20:47 +00:00
parent bdfe030f61
commit dc016e4b9f
5 changed files with 3 additions and 3 deletions

View File

@@ -1 +0,0 @@
org.bitbucket.b_c:jose4j:jar:0.9.5

View File

@@ -1,7 +1,7 @@
jose.4.j (https://bitbucket.org/b_c/jose4j/) jose.4.j (https://bitbucket.org/b_c/jose4j/)
-------------------------------------------- --------------------------------------------
Version: 0.9.5 Version: 0.9.6
From: 'Brian Campbell' (https://bitbucket.org/b_c/) From: 'Brian Campbell' (https://bitbucket.org/b_c/)
License(s): License(s):
Apache v2.0 Apache v2.0

View File

@@ -0,0 +1 @@
org.bitbucket.b_c:jose4j:jar:0.9.6

View File

@@ -106,7 +106,7 @@
<dependency> <dependency>
<groupId>org.bitbucket.b_c</groupId> <groupId>org.bitbucket.b_c</groupId>
<artifactId>jose4j</artifactId> <artifactId>jose4j</artifactId>
<version>0.9.5</version> <version>0.9.6</version>
</dependency> </dependency>
<!-- Guice --> <!-- Guice -->