Merge 1.5.5 changes back to main.

This commit is contained in:
Virtually Nick
2024-03-12 17:48:21 -04:00
9 changed files with 6 additions and 6 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

@@ -1,7 +1,7 @@
Woodstox Core (https://github.com/FasterXML/woodstox) Woodstox Core (https://github.com/FasterXML/woodstox)
------------------------------------------------------ ------------------------------------------------------
Version: 6.5.0 Version: 5.4.0
From: 'FasterXML, LLC' (http://fasterxml.com/) From: 'FasterXML, LLC' (http://fasterxml.com/)
License(s): License(s):
Apache v2.0 Apache v2.0

View File

@@ -0,0 +1 @@
com.fasterxml.woodstox:woodstox-core:jar:5.4.0

View File

@@ -1 +0,0 @@
com.fasterxml.woodstox:woodstox-core:jar:6.5.0

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 -->

View File

@@ -122,7 +122,7 @@
<dependency> <dependency>
<groupId>com.fasterxml.woodstox</groupId> <groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId> <artifactId>woodstox-core</artifactId>
<version>6.5.0</version> <version>5.4.0</version>
</dependency> </dependency>
<!-- Apache XML Security for Java (see exclusions for java-saml) --> <!-- Apache XML Security for Java (see exclusions for java-saml) -->