GUACAMOLE-1905: Update to latest compatible version of Jackson (2.17.0).

This commit is contained in:
Michael Jumper
2024-03-24 14:32:21 -07:00
parent 26e0a97201
commit 923fe14d6c
11 changed files with 19 additions and 9 deletions

View File

@@ -0,0 +1 @@
Copyright 2014 - Present Rafael Winterhalter

View File

@@ -0,0 +1,8 @@
Byte Buddy (https://bytebuddy.net/)
-----------------------------------
Version: 1.14.9
From: 'Rafael Winterhalter' (https://github.com/raphw)
License(s):
Apache v2.0

View File

@@ -0,0 +1 @@
net.bytebuddy:byte-buddy:jar:1.14.9

View File

@@ -1,7 +1,7 @@
Jackson (https://github.com/FasterXML/jackson) Jackson (https://github.com/FasterXML/jackson)
---------------------------------------------- ----------------------------------------------
Version: 2.16.1 Version: 2.17.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.16.1 com.fasterxml.jackson.core:jackson-core:jar:2.17.0
com.fasterxml.jackson.core:jackson-annotations:jar:2.16.1 com.fasterxml.jackson.core:jackson-annotations:jar:2.17.0
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.16.1 com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.17.0
com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.16.1 com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.17.0

View File

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

View File

@@ -1,7 +1,7 @@
Jackson-databind (https://github.com/FasterXML/jackson-databind) Jackson-databind (https://github.com/FasterXML/jackson-databind)
---------------------------------------------- ----------------------------------------------
Version: 2.16.1 Version: 2.17.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.17.0

View File

@@ -39,8 +39,8 @@
<guava.version>32.1.3-jre</guava.version> <guava.version>32.1.3-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.16.1</jackson.version> <jackson.version>2.17.0</jackson.version>
<jackson-databind.version>2.16.1</jackson-databind.version> <jackson-databind.version>2.17.0</jackson-databind.version>
<jersey.version>2.41</jersey.version> <jersey.version>2.41</jersey.version>
<junit.version>5.10.2</junit.version> <junit.version>5.10.2</junit.version>
<junit4.version>4.13.2</junit4.version> <junit4.version>4.13.2</junit4.version>