From 753cfc3e5c319c63c48ec07eb33f83644e936959 Mon Sep 17 00:00:00 2001 From: Mike Jumper Date: Sun, 6 Nov 2022 12:37:50 -0800 Subject: [PATCH] GUACAMOLE-1594: Update to latest version of Jackson (2.14.0). --- doc/licenses/{jackson-2.13.4 => jackson-2.14.0}/NOTICE | 0 doc/licenses/{jackson-2.13.4 => jackson-2.14.0}/README | 2 +- .../dep-coordinates.txt | 8 ++++---- .../jackson-databind-2.13.4.2/dep-coordinates.txt | 1 - .../NOTICE | 0 .../README | 2 +- doc/licenses/jackson-databind-2.14.0/dep-coordinates.txt | 1 + doc/licenses/snakeyaml-1.31/dep-coordinates.txt | 1 - doc/licenses/{snakeyaml-1.31 => snakeyaml-1.33}/README | 2 +- doc/licenses/snakeyaml-1.33/dep-coordinates.txt | 1 + pom.xml | 4 ++-- 11 files changed, 11 insertions(+), 11 deletions(-) rename doc/licenses/{jackson-2.13.4 => jackson-2.14.0}/NOTICE (100%) rename doc/licenses/{jackson-2.13.4 => jackson-2.14.0}/README (90%) rename doc/licenses/{jackson-2.13.4 => jackson-2.14.0}/dep-coordinates.txt (51%) delete mode 100644 doc/licenses/jackson-databind-2.13.4.2/dep-coordinates.txt rename doc/licenses/{jackson-databind-2.13.4.2 => jackson-databind-2.14.0}/NOTICE (100%) rename doc/licenses/{jackson-databind-2.13.4.2 => jackson-databind-2.14.0}/README (90%) create mode 100644 doc/licenses/jackson-databind-2.14.0/dep-coordinates.txt delete mode 100644 doc/licenses/snakeyaml-1.31/dep-coordinates.txt rename doc/licenses/{snakeyaml-1.31 => snakeyaml-1.33}/README (91%) create mode 100644 doc/licenses/snakeyaml-1.33/dep-coordinates.txt diff --git a/doc/licenses/jackson-2.13.4/NOTICE b/doc/licenses/jackson-2.14.0/NOTICE similarity index 100% rename from doc/licenses/jackson-2.13.4/NOTICE rename to doc/licenses/jackson-2.14.0/NOTICE diff --git a/doc/licenses/jackson-2.13.4/README b/doc/licenses/jackson-2.14.0/README similarity index 90% rename from doc/licenses/jackson-2.13.4/README rename to doc/licenses/jackson-2.14.0/README index 5c0b1f106..42914861b 100644 --- a/doc/licenses/jackson-2.13.4/README +++ b/doc/licenses/jackson-2.14.0/README @@ -1,7 +1,7 @@ Jackson (https://github.com/FasterXML/jackson) ---------------------------------------------- - Version: 2.13.4 + Version: 2.14.0 From: 'FasterXML, LLC' (https://github.com/FasterXML) License(s): Apache v2.0 diff --git a/doc/licenses/jackson-2.13.4/dep-coordinates.txt b/doc/licenses/jackson-2.14.0/dep-coordinates.txt similarity index 51% rename from doc/licenses/jackson-2.13.4/dep-coordinates.txt rename to doc/licenses/jackson-2.14.0/dep-coordinates.txt index c8839d122..a1d761036 100644 --- a/doc/licenses/jackson-2.13.4/dep-coordinates.txt +++ b/doc/licenses/jackson-2.14.0/dep-coordinates.txt @@ -1,4 +1,4 @@ -com.fasterxml.jackson.core:jackson-core:jar:2.13.4 -com.fasterxml.jackson.core:jackson-annotations:jar:2.13.4 -com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.13.4 -com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.13.4 +com.fasterxml.jackson.core:jackson-core:jar:2.14.0 +com.fasterxml.jackson.core:jackson-annotations:jar:2.14.0 +com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.14.0 +com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.14.0 diff --git a/doc/licenses/jackson-databind-2.13.4.2/dep-coordinates.txt b/doc/licenses/jackson-databind-2.13.4.2/dep-coordinates.txt deleted file mode 100644 index 69b36ad4c..000000000 --- a/doc/licenses/jackson-databind-2.13.4.2/dep-coordinates.txt +++ /dev/null @@ -1 +0,0 @@ -com.fasterxml.jackson.core:jackson-databind:jar:2.13.4.2 diff --git a/doc/licenses/jackson-databind-2.13.4.2/NOTICE b/doc/licenses/jackson-databind-2.14.0/NOTICE similarity index 100% rename from doc/licenses/jackson-databind-2.13.4.2/NOTICE rename to doc/licenses/jackson-databind-2.14.0/NOTICE diff --git a/doc/licenses/jackson-databind-2.13.4.2/README b/doc/licenses/jackson-databind-2.14.0/README similarity index 90% rename from doc/licenses/jackson-databind-2.13.4.2/README rename to doc/licenses/jackson-databind-2.14.0/README index b42d2754c..12092bffa 100644 --- a/doc/licenses/jackson-databind-2.13.4.2/README +++ b/doc/licenses/jackson-databind-2.14.0/README @@ -1,7 +1,7 @@ Jackson-databind (https://github.com/FasterXML/jackson-databind) ---------------------------------------------- - Version: 2.13.4.2 + Version: 2.14.0 From: 'FasterXML, LLC' (https://github.com/FasterXML) License(s): Apache v2.0 diff --git a/doc/licenses/jackson-databind-2.14.0/dep-coordinates.txt b/doc/licenses/jackson-databind-2.14.0/dep-coordinates.txt new file mode 100644 index 000000000..f53d908c8 --- /dev/null +++ b/doc/licenses/jackson-databind-2.14.0/dep-coordinates.txt @@ -0,0 +1 @@ +com.fasterxml.jackson.core:jackson-databind:jar:2.14.0 diff --git a/doc/licenses/snakeyaml-1.31/dep-coordinates.txt b/doc/licenses/snakeyaml-1.31/dep-coordinates.txt deleted file mode 100644 index 140ebb787..000000000 --- a/doc/licenses/snakeyaml-1.31/dep-coordinates.txt +++ /dev/null @@ -1 +0,0 @@ -org.yaml:snakeyaml:jar:1.31 diff --git a/doc/licenses/snakeyaml-1.31/README b/doc/licenses/snakeyaml-1.33/README similarity index 91% rename from doc/licenses/snakeyaml-1.31/README rename to doc/licenses/snakeyaml-1.33/README index dbbf20847..e325c6648 100644 --- a/doc/licenses/snakeyaml-1.31/README +++ b/doc/licenses/snakeyaml-1.33/README @@ -1,7 +1,7 @@ SnakeYAML (https://bitbucket.org/snakeyaml/snakeyaml/ ----------------------------------------------------- - Version: 1.31 + Version: 1.33 From: 'Andrey Somov' (https://bitbucket.org/asomov/) License(s): Apache v2.0 diff --git a/doc/licenses/snakeyaml-1.33/dep-coordinates.txt b/doc/licenses/snakeyaml-1.33/dep-coordinates.txt new file mode 100644 index 000000000..e92a7bcf3 --- /dev/null +++ b/doc/licenses/snakeyaml-1.33/dep-coordinates.txt @@ -0,0 +1 @@ +org.yaml:snakeyaml:jar:1.33 diff --git a/pom.xml b/pom.xml index ae413c07f..ed70e6f47 100644 --- a/pom.xml +++ b/pom.xml @@ -39,8 +39,8 @@ 31.1-jre 5.1.0 2.6.1 - 2.13.4 - 2.13.4.2 + 2.14.0 + 2.14.0 2.37 5.9.1 4.13.2