GUACAMOLE-1594: Update to latest version of Jackson (2.14.0).

This commit is contained in:
Mike Jumper
2022-11-06 12:37:50 -08:00
parent c8cb124f8a
commit 753cfc3e5c
11 changed files with 11 additions and 11 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -39,8 +39,8 @@
<guava.version>31.1-jre</guava.version> <guava.version>31.1-jre</guava.version>
<guice.version>5.1.0</guice.version> <guice.version>5.1.0</guice.version>
<hk2.version>2.6.1</hk2.version> <hk2.version>2.6.1</hk2.version>
<jackson.version>2.13.4</jackson.version> <jackson.version>2.14.0</jackson.version>
<jackson-databind.version>2.13.4.2</jackson-databind.version> <jackson-databind.version>2.14.0</jackson-databind.version>
<jersey.version>2.37</jersey.version> <jersey.version>2.37</jersey.version>
<junit.version>5.9.1</junit.version> <junit.version>5.9.1</junit.version>
<junit4.version>4.13.2</junit4.version> <junit4.version>4.13.2</junit4.version>