From 923fe14d6c4e44377acaa63d82bb077dad888f75 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Sun, 24 Mar 2024 14:32:21 -0700 Subject: [PATCH] GUACAMOLE-1905: Update to latest compatible version of Jackson (2.17.0). --- doc/licenses/byte-buddy-1.14.9/NOTICE | 1 + doc/licenses/byte-buddy-1.14.9/README | 8 ++++++++ doc/licenses/byte-buddy-1.14.9/dep-coordinates.txt | 1 + doc/licenses/{jackson-2.16.1 => jackson-2.17.0}/NOTICE | 0 doc/licenses/{jackson-2.16.1 => jackson-2.17.0}/README | 2 +- .../dep-coordinates.txt | 8 ++++---- doc/licenses/jackson-databind-2.16.1/dep-coordinates.txt | 1 - .../NOTICE | 0 .../README | 2 +- doc/licenses/jackson-databind-2.17.0/dep-coordinates.txt | 1 + pom.xml | 4 ++-- 11 files changed, 19 insertions(+), 9 deletions(-) create mode 100644 doc/licenses/byte-buddy-1.14.9/NOTICE create mode 100644 doc/licenses/byte-buddy-1.14.9/README create mode 100644 doc/licenses/byte-buddy-1.14.9/dep-coordinates.txt rename doc/licenses/{jackson-2.16.1 => jackson-2.17.0}/NOTICE (100%) rename doc/licenses/{jackson-2.16.1 => jackson-2.17.0}/README (90%) rename doc/licenses/{jackson-2.16.1 => jackson-2.17.0}/dep-coordinates.txt (51%) delete mode 100644 doc/licenses/jackson-databind-2.16.1/dep-coordinates.txt rename doc/licenses/{jackson-databind-2.16.1 => jackson-databind-2.17.0}/NOTICE (100%) rename doc/licenses/{jackson-databind-2.16.1 => jackson-databind-2.17.0}/README (91%) create mode 100644 doc/licenses/jackson-databind-2.17.0/dep-coordinates.txt diff --git a/doc/licenses/byte-buddy-1.14.9/NOTICE b/doc/licenses/byte-buddy-1.14.9/NOTICE new file mode 100644 index 000000000..fb5d3cb43 --- /dev/null +++ b/doc/licenses/byte-buddy-1.14.9/NOTICE @@ -0,0 +1 @@ +Copyright 2014 - Present Rafael Winterhalter diff --git a/doc/licenses/byte-buddy-1.14.9/README b/doc/licenses/byte-buddy-1.14.9/README new file mode 100644 index 000000000..ac1389bd9 --- /dev/null +++ b/doc/licenses/byte-buddy-1.14.9/README @@ -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 + diff --git a/doc/licenses/byte-buddy-1.14.9/dep-coordinates.txt b/doc/licenses/byte-buddy-1.14.9/dep-coordinates.txt new file mode 100644 index 000000000..17aefefe9 --- /dev/null +++ b/doc/licenses/byte-buddy-1.14.9/dep-coordinates.txt @@ -0,0 +1 @@ +net.bytebuddy:byte-buddy:jar:1.14.9 diff --git a/doc/licenses/jackson-2.16.1/NOTICE b/doc/licenses/jackson-2.17.0/NOTICE similarity index 100% rename from doc/licenses/jackson-2.16.1/NOTICE rename to doc/licenses/jackson-2.17.0/NOTICE diff --git a/doc/licenses/jackson-2.16.1/README b/doc/licenses/jackson-2.17.0/README similarity index 90% rename from doc/licenses/jackson-2.16.1/README rename to doc/licenses/jackson-2.17.0/README index 3bba91f6a..0c32ca2a8 100644 --- a/doc/licenses/jackson-2.16.1/README +++ b/doc/licenses/jackson-2.17.0/README @@ -1,7 +1,7 @@ Jackson (https://github.com/FasterXML/jackson) ---------------------------------------------- - Version: 2.16.1 + Version: 2.17.0 From: 'FasterXML, LLC' (https://github.com/FasterXML) License(s): Apache v2.0 diff --git a/doc/licenses/jackson-2.16.1/dep-coordinates.txt b/doc/licenses/jackson-2.17.0/dep-coordinates.txt similarity index 51% rename from doc/licenses/jackson-2.16.1/dep-coordinates.txt rename to doc/licenses/jackson-2.17.0/dep-coordinates.txt index d52818e50..26e2f46e9 100644 --- a/doc/licenses/jackson-2.16.1/dep-coordinates.txt +++ b/doc/licenses/jackson-2.17.0/dep-coordinates.txt @@ -1,4 +1,4 @@ -com.fasterxml.jackson.core:jackson-core:jar:2.16.1 -com.fasterxml.jackson.core:jackson-annotations:jar:2.16.1 -com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.16.1 -com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.16.1 +com.fasterxml.jackson.core:jackson-core:jar:2.17.0 +com.fasterxml.jackson.core:jackson-annotations:jar:2.17.0 +com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.17.0 +com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.17.0 diff --git a/doc/licenses/jackson-databind-2.16.1/dep-coordinates.txt b/doc/licenses/jackson-databind-2.16.1/dep-coordinates.txt deleted file mode 100644 index e85b206ee..000000000 --- a/doc/licenses/jackson-databind-2.16.1/dep-coordinates.txt +++ /dev/null @@ -1 +0,0 @@ -com.fasterxml.jackson.core:jackson-databind:jar:2.16.1 diff --git a/doc/licenses/jackson-databind-2.16.1/NOTICE b/doc/licenses/jackson-databind-2.17.0/NOTICE similarity index 100% rename from doc/licenses/jackson-databind-2.16.1/NOTICE rename to doc/licenses/jackson-databind-2.17.0/NOTICE diff --git a/doc/licenses/jackson-databind-2.16.1/README b/doc/licenses/jackson-databind-2.17.0/README similarity index 91% rename from doc/licenses/jackson-databind-2.16.1/README rename to doc/licenses/jackson-databind-2.17.0/README index 203d69990..888bed8e7 100644 --- a/doc/licenses/jackson-databind-2.16.1/README +++ b/doc/licenses/jackson-databind-2.17.0/README @@ -1,7 +1,7 @@ Jackson-databind (https://github.com/FasterXML/jackson-databind) ---------------------------------------------- - Version: 2.16.1 + Version: 2.17.0 From: 'FasterXML, LLC' (https://github.com/FasterXML) License(s): Apache v2.0 diff --git a/doc/licenses/jackson-databind-2.17.0/dep-coordinates.txt b/doc/licenses/jackson-databind-2.17.0/dep-coordinates.txt new file mode 100644 index 000000000..809a311f9 --- /dev/null +++ b/doc/licenses/jackson-databind-2.17.0/dep-coordinates.txt @@ -0,0 +1 @@ +com.fasterxml.jackson.core:jackson-databind:jar:2.17.0 diff --git a/pom.xml b/pom.xml index e0a420761..1f1767c22 100644 --- a/pom.xml +++ b/pom.xml @@ -39,8 +39,8 @@ 32.1.3-jre 5.1.0 2.6.1 - 2.16.1 - 2.16.1 + 2.17.0 + 2.17.0 2.41 5.10.2 4.13.2