GUACAMOLE-1786: Update Java dependencies to latest compatible versions.

This commit is contained in:
Mike Jumper
2023-05-11 20:53:02 -07:00
parent ff4854d8f7
commit 8ada1a91c2
19 changed files with 26 additions and 26 deletions

View File

@@ -1,7 +1,7 @@
Jackson (https://github.com/FasterXML/jackson)
----------------------------------------------
Version: 2.14.2
Version: 2.15.0
From: 'FasterXML, LLC' (https://github.com/FasterXML)
License(s):
Apache v2.0

View File

@@ -1,4 +1,4 @@
com.fasterxml.jackson.core:jackson-core:jar:2.14.2
com.fasterxml.jackson.core:jackson-annotations:jar:2.14.2
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.14.2
com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.14.2
com.fasterxml.jackson.core:jackson-core:jar:2.15.0
com.fasterxml.jackson.core:jackson-annotations:jar:2.15.0
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.15.0
com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.15.0

View File

@@ -1 +0,0 @@
com.fasterxml.jackson.core:jackson-databind:jar:2.14.2

View File

@@ -1,7 +1,7 @@
Jackson-databind (https://github.com/FasterXML/jackson-databind)
----------------------------------------------
Version: 2.14.2
Version: 2.15.0
From: 'FasterXML, LLC' (https://github.com/FasterXML)
License(s):
Apache v2.0

View File

@@ -0,0 +1 @@
com.fasterxml.jackson.core:jackson-databind:jar:2.15.0

View File

@@ -1,8 +1,8 @@
Jersey (https://jersey.java.net/)
---------------------------------
Version: 2.39
Version: 2.39.1
From: 'Eclipse Foundation' (https://www.eclipse.org/)
License(s):
EPL v2.0 (bundled/jersey-2.38/LICENSE.md)
EPL v2.0 (bundled/jersey-2.39.1/LICENSE.md)

View File

@@ -0,0 +1,7 @@
org.glassfish.jersey.containers:jersey-container-servlet-core:jar:2.39.1
org.glassfish.jersey.core:jersey-common:jar:2.39.1
org.glassfish.jersey.core:jersey-server:jar:2.39.1
org.glassfish.jersey.core:jersey-client:jar:2.39.1
org.glassfish.jersey.inject:jersey-hk2:jar:2.39.1
org.glassfish.jersey.media:jersey-media-json-jackson:jar:2.39.1
org.glassfish.jersey.ext:jersey-entity-filtering:jar:2.39.1

View File

@@ -1,7 +0,0 @@
org.glassfish.jersey.containers:jersey-container-servlet-core:jar:2.39
org.glassfish.jersey.core:jersey-common:jar:2.39
org.glassfish.jersey.core:jersey-server:jar:2.39
org.glassfish.jersey.core:jersey-client:jar:2.39
org.glassfish.jersey.inject:jersey-hk2:jar:2.39
org.glassfish.jersey.media:jersey-media-json-jackson:jar:2.39
org.glassfish.jersey.ext:jersey-entity-filtering:jar:2.39

View File

@@ -1,2 +0,0 @@
ch.qos.logback:logback-classic:jar:1.3.6
ch.qos.logback:logback-core:jar:1.3.6

View File

@@ -1,8 +1,8 @@
Logback (http://logback.qos.ch/)
--------------------------------
Version: 1.3.6
Version: 1.3.7
From: 'QOS.ch Sàrl' (http://qos.ch/)
License(s):
EPL v1.0 (bundled/logback-1.3.6/LICENSE.txt)
EPL v1.0 (bundled/logback-1.3.7/LICENSE.txt)

View File

@@ -0,0 +1,2 @@
ch.qos.logback:logback-classic:jar:1.3.7
ch.qos.logback:logback-core:jar:1.3.7

View File

@@ -1 +0,0 @@
org.yaml:snakeyaml:jar:1.33

View File

@@ -1,7 +1,7 @@
SnakeYAML (https://bitbucket.org/snakeyaml/snakeyaml/
-----------------------------------------------------
Version: 1.33
Version: 2.0
From: 'Andrey Somov' (https://bitbucket.org/asomov/)
License(s):
Apache v2.0

View File

@@ -0,0 +1 @@
org.yaml:snakeyaml:jar:2.0

View File

@@ -39,12 +39,12 @@
<guava.version>31.1-jre</guava.version>
<guice.version>5.1.0</guice.version>
<hk2.version>2.6.1</hk2.version>
<jackson.version>2.14.2</jackson.version>
<jackson-databind.version>2.14.2</jackson-databind.version>
<jersey.version>2.39</jersey.version>
<jackson.version>2.15.0</jackson.version>
<jackson-databind.version>2.15.0</jackson-databind.version>
<jersey.version>2.39.1</jersey.version>
<junit.version>5.9.2</junit.version>
<junit4.version>4.13.2</junit4.version>
<logback.version>1.3.6</logback.version>
<logback.version>1.3.7</logback.version>
<slf4j.version>2.0.7</slf4j.version>
<!-- The directory that should receive all generated dependency lists