GUACAMOLE-1594: Update jackson-databind to 2.13.2.1 and bump other dependencies as needed.

This commit is contained in:
James Muehlner
2022-05-02 18:49:00 +00:00
parent 6425b69bd8
commit 4b6629fa3f
13 changed files with 23 additions and 19 deletions

View File

@@ -1,5 +0,0 @@
com.fasterxml.jackson.core:jackson-databind:jar:2.13.1
com.fasterxml.jackson.core:jackson-core:jar:2.13.1
com.fasterxml.jackson.core:jackson-annotations:jar:2.13.1
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.13.1
com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.13.1

View File

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

View File

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

View File

@@ -0,0 +1,4 @@
Jackson is a high-performance, Free/Open Source JSON processing library.
It was originally written by Tatu Saloranta (tatu.saloranta@iki.fi), and has
been in development since 2007.
It is currently developed by a community of developers.

View File

@@ -0,0 +1,8 @@
Jackson-databind (https://github.com/FasterXML/jackson-databind)
----------------------------------------------
Version: 2.13.2.1
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.13.2.1

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -39,7 +39,8 @@
<guava.version>31.0.1-jre</guava.version>
<guice.version>5.0.1</guice.version>
<hk2.version>2.6.1</hk2.version>
<jackson.version>2.13.1</jackson.version>
<jackson.version>2.13.2</jackson.version>
<jackson-databind.version>2.13.2.1</jackson-databind.version>
<jersey.version>2.35</jersey.version>
<junit.version>5.8.2</junit.version>
<junit4.version>4.13.2</junit4.version>
@@ -375,7 +376,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${jackson.version}</version>
<version>${jackson-databind.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>