From 8ee9ee40dc9d127bee7a473775c8721a57aa5474 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Mon, 3 Apr 2023 14:24:58 -0700 Subject: [PATCH] GUACAMOLE-1763: Update Java dependencies to latest compatible versions. --- .../{jackson-2.14.1 => jackson-2.14.2}/NOTICE | 0 .../{jackson-2.14.1 => jackson-2.14.2}/README | 2 +- .../dep-coordinates.txt | 8 ++++---- .../jackson-databind-2.14.1/dep-coordinates.txt | 1 - .../NOTICE | 0 .../README | 2 +- .../jackson-databind-2.14.2/dep-coordinates.txt | 1 + doc/licenses/jersey-2.38/dep-coordinates.txt | 7 ------- doc/licenses/{jersey-2.38 => jersey-2.39}/LICENSE.md | 0 doc/licenses/{jersey-2.38 => jersey-2.39}/README | 2 +- doc/licenses/jersey-2.39/dep-coordinates.txt | 7 +++++++ doc/licenses/jose4j-0.9.1/README | 2 +- doc/licenses/jose4j-0.9.1/dep-coordinates.txt | 2 +- doc/licenses/kotlin-1.8.0/NOTICE.txt | 2 -- doc/licenses/kotlin-1.8.0/dep-coordinates.txt | 5 ----- doc/licenses/kotlin-1.8.20/NOTICE.txt | 2 ++ doc/licenses/{kotlin-1.8.0 => kotlin-1.8.20}/README | 2 +- doc/licenses/kotlin-1.8.20/dep-coordinates.txt | 5 +++++ doc/licenses/ksm-sdk-16.4.0/dep-coordinates.txt | 1 - .../{ksm-sdk-16.4.0 => ksm-sdk-16.5.2}/LICENSE | 0 .../{ksm-sdk-16.4.0 => ksm-sdk-16.5.2}/README | 4 ++-- doc/licenses/ksm-sdk-16.5.2/dep-coordinates.txt | 1 + doc/licenses/logback-1.3.5/dep-coordinates.txt | 2 -- .../{logback-1.3.5 => logback-1.3.6}/LICENSE.txt | 0 doc/licenses/{logback-1.3.5 => logback-1.3.6}/README | 4 ++-- doc/licenses/logback-1.3.6/dep-coordinates.txt | 2 ++ doc/licenses/mybatis-3.5.11/dep-coordinates.txt | 1 - .../{mybatis-3.5.11 => mybatis-3.5.13}/NOTICE | 0 .../{mybatis-3.5.11 => mybatis-3.5.13}/README | 2 +- doc/licenses/mybatis-3.5.13/dep-coordinates.txt | 1 + doc/licenses/slf4j-api-2.0.6/dep-coordinates.txt | 2 -- .../{slf4j-api-2.0.6 => slf4j-api-2.0.7}/LICENSE.txt | 0 .../{slf4j-api-2.0.6 => slf4j-api-2.0.7}/README | 4 ++-- doc/licenses/slf4j-api-2.0.7/dep-coordinates.txt | 2 ++ .../spring-framework-5.3.24/dep-coordinates.txt | 7 ------- .../README | 2 +- .../spring-framework-5.3.25/dep-coordinates.txt | 7 +++++++ .../spring-security-5.8.1/dep-coordinates.txt | 3 --- .../NOTICE | 0 .../README | 2 +- .../spring-security-5.8.2/dep-coordinates.txt | 3 +++ doc/licenses/zxing-3.5.0/dep-coordinates.txt | 2 -- doc/licenses/{zxing-3.5.0 => zxing-3.5.1}/AUTHORS | 0 doc/licenses/{zxing-3.5.0 => zxing-3.5.1}/NOTICE | 0 doc/licenses/{zxing-3.5.0 => zxing-3.5.1}/README | 4 ++-- doc/licenses/zxing-3.5.1/dep-coordinates.txt | 2 ++ .../modules/guacamole-auth-jdbc-base/pom.xml | 2 +- extensions/guacamole-auth-json/pom.xml | 2 +- .../modules/guacamole-auth-sso-openid/pom.xml | 2 +- extensions/guacamole-auth-totp/pom.xml | 4 ++-- .../modules/guacamole-vault-ksm/pom.xml | 4 ++-- pom.xml | 12 ++++++------ 52 files changed, 67 insertions(+), 67 deletions(-) rename doc/licenses/{jackson-2.14.1 => jackson-2.14.2}/NOTICE (100%) rename doc/licenses/{jackson-2.14.1 => jackson-2.14.2}/README (90%) rename doc/licenses/{jackson-2.14.1 => jackson-2.14.2}/dep-coordinates.txt (51%) delete mode 100644 doc/licenses/jackson-databind-2.14.1/dep-coordinates.txt rename doc/licenses/{jackson-databind-2.14.1 => jackson-databind-2.14.2}/NOTICE (100%) rename doc/licenses/{jackson-databind-2.14.1 => jackson-databind-2.14.2}/README (91%) create mode 100644 doc/licenses/jackson-databind-2.14.2/dep-coordinates.txt delete mode 100644 doc/licenses/jersey-2.38/dep-coordinates.txt rename doc/licenses/{jersey-2.38 => jersey-2.39}/LICENSE.md (100%) rename doc/licenses/{jersey-2.38 => jersey-2.39}/README (91%) create mode 100644 doc/licenses/jersey-2.39/dep-coordinates.txt delete mode 100644 doc/licenses/kotlin-1.8.0/NOTICE.txt delete mode 100644 doc/licenses/kotlin-1.8.0/dep-coordinates.txt create mode 100644 doc/licenses/kotlin-1.8.20/NOTICE.txt rename doc/licenses/{kotlin-1.8.0 => kotlin-1.8.20}/README (89%) create mode 100644 doc/licenses/kotlin-1.8.20/dep-coordinates.txt delete mode 100644 doc/licenses/ksm-sdk-16.4.0/dep-coordinates.txt rename doc/licenses/{ksm-sdk-16.4.0 => ksm-sdk-16.5.2}/LICENSE (100%) rename doc/licenses/{ksm-sdk-16.4.0 => ksm-sdk-16.5.2}/README (77%) create mode 100644 doc/licenses/ksm-sdk-16.5.2/dep-coordinates.txt delete mode 100644 doc/licenses/logback-1.3.5/dep-coordinates.txt rename doc/licenses/{logback-1.3.5 => logback-1.3.6}/LICENSE.txt (100%) rename doc/licenses/{logback-1.3.5 => logback-1.3.6}/README (63%) create mode 100644 doc/licenses/logback-1.3.6/dep-coordinates.txt delete mode 100644 doc/licenses/mybatis-3.5.11/dep-coordinates.txt rename doc/licenses/{mybatis-3.5.11 => mybatis-3.5.13}/NOTICE (100%) rename doc/licenses/{mybatis-3.5.11 => mybatis-3.5.13}/README (89%) create mode 100644 doc/licenses/mybatis-3.5.13/dep-coordinates.txt delete mode 100644 doc/licenses/slf4j-api-2.0.6/dep-coordinates.txt rename doc/licenses/{slf4j-api-2.0.6 => slf4j-api-2.0.7}/LICENSE.txt (100%) rename doc/licenses/{slf4j-api-2.0.6 => slf4j-api-2.0.7}/README (70%) create mode 100644 doc/licenses/slf4j-api-2.0.7/dep-coordinates.txt delete mode 100644 doc/licenses/spring-framework-5.3.24/dep-coordinates.txt rename doc/licenses/{spring-framework-5.3.24 => spring-framework-5.3.25}/README (91%) create mode 100644 doc/licenses/spring-framework-5.3.25/dep-coordinates.txt delete mode 100644 doc/licenses/spring-security-5.8.1/dep-coordinates.txt rename doc/licenses/{spring-security-5.8.1 => spring-security-5.8.2}/NOTICE (100%) rename doc/licenses/{spring-security-5.8.1 => spring-security-5.8.2}/README (91%) create mode 100644 doc/licenses/spring-security-5.8.2/dep-coordinates.txt delete mode 100644 doc/licenses/zxing-3.5.0/dep-coordinates.txt rename doc/licenses/{zxing-3.5.0 => zxing-3.5.1}/AUTHORS (100%) rename doc/licenses/{zxing-3.5.0 => zxing-3.5.1}/NOTICE (100%) rename doc/licenses/{zxing-3.5.0 => zxing-3.5.1}/README (85%) create mode 100644 doc/licenses/zxing-3.5.1/dep-coordinates.txt diff --git a/doc/licenses/jackson-2.14.1/NOTICE b/doc/licenses/jackson-2.14.2/NOTICE similarity index 100% rename from doc/licenses/jackson-2.14.1/NOTICE rename to doc/licenses/jackson-2.14.2/NOTICE diff --git a/doc/licenses/jackson-2.14.1/README b/doc/licenses/jackson-2.14.2/README similarity index 90% rename from doc/licenses/jackson-2.14.1/README rename to doc/licenses/jackson-2.14.2/README index ac96e4214..5cc817e33 100644 --- a/doc/licenses/jackson-2.14.1/README +++ b/doc/licenses/jackson-2.14.2/README @@ -1,7 +1,7 @@ Jackson (https://github.com/FasterXML/jackson) ---------------------------------------------- - Version: 2.14.1 + Version: 2.14.2 From: 'FasterXML, LLC' (https://github.com/FasterXML) License(s): Apache v2.0 diff --git a/doc/licenses/jackson-2.14.1/dep-coordinates.txt b/doc/licenses/jackson-2.14.2/dep-coordinates.txt similarity index 51% rename from doc/licenses/jackson-2.14.1/dep-coordinates.txt rename to doc/licenses/jackson-2.14.2/dep-coordinates.txt index 4886a4c90..98fc7a454 100644 --- a/doc/licenses/jackson-2.14.1/dep-coordinates.txt +++ b/doc/licenses/jackson-2.14.2/dep-coordinates.txt @@ -1,4 +1,4 @@ -com.fasterxml.jackson.core:jackson-core:jar:2.14.1 -com.fasterxml.jackson.core:jackson-annotations:jar:2.14.1 -com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.14.1 -com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.14.1 +com.fasterxml.jackson.core:jackson-core:jar:2.14.2 +com.fasterxml.jackson.core:jackson-annotations:jar:2.14.2 +com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.14.2 +com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.14.2 diff --git a/doc/licenses/jackson-databind-2.14.1/dep-coordinates.txt b/doc/licenses/jackson-databind-2.14.1/dep-coordinates.txt deleted file mode 100644 index 2e8118031..000000000 --- a/doc/licenses/jackson-databind-2.14.1/dep-coordinates.txt +++ /dev/null @@ -1 +0,0 @@ -com.fasterxml.jackson.core:jackson-databind:jar:2.14.1 diff --git a/doc/licenses/jackson-databind-2.14.1/NOTICE b/doc/licenses/jackson-databind-2.14.2/NOTICE similarity index 100% rename from doc/licenses/jackson-databind-2.14.1/NOTICE rename to doc/licenses/jackson-databind-2.14.2/NOTICE diff --git a/doc/licenses/jackson-databind-2.14.1/README b/doc/licenses/jackson-databind-2.14.2/README similarity index 91% rename from doc/licenses/jackson-databind-2.14.1/README rename to doc/licenses/jackson-databind-2.14.2/README index 73e762135..596266775 100644 --- a/doc/licenses/jackson-databind-2.14.1/README +++ b/doc/licenses/jackson-databind-2.14.2/README @@ -1,7 +1,7 @@ Jackson-databind (https://github.com/FasterXML/jackson-databind) ---------------------------------------------- - Version: 2.14.1 + Version: 2.14.2 From: 'FasterXML, LLC' (https://github.com/FasterXML) License(s): Apache v2.0 diff --git a/doc/licenses/jackson-databind-2.14.2/dep-coordinates.txt b/doc/licenses/jackson-databind-2.14.2/dep-coordinates.txt new file mode 100644 index 000000000..9a1b98b08 --- /dev/null +++ b/doc/licenses/jackson-databind-2.14.2/dep-coordinates.txt @@ -0,0 +1 @@ +com.fasterxml.jackson.core:jackson-databind:jar:2.14.2 diff --git a/doc/licenses/jersey-2.38/dep-coordinates.txt b/doc/licenses/jersey-2.38/dep-coordinates.txt deleted file mode 100644 index 07d23d757..000000000 --- a/doc/licenses/jersey-2.38/dep-coordinates.txt +++ /dev/null @@ -1,7 +0,0 @@ -org.glassfish.jersey.containers:jersey-container-servlet-core:jar:2.38 -org.glassfish.jersey.core:jersey-common:jar:2.38 -org.glassfish.jersey.core:jersey-server:jar:2.38 -org.glassfish.jersey.core:jersey-client:jar:2.38 -org.glassfish.jersey.inject:jersey-hk2:jar:2.38 -org.glassfish.jersey.media:jersey-media-json-jackson:jar:2.38 -org.glassfish.jersey.ext:jersey-entity-filtering:jar:2.38 diff --git a/doc/licenses/jersey-2.38/LICENSE.md b/doc/licenses/jersey-2.39/LICENSE.md similarity index 100% rename from doc/licenses/jersey-2.38/LICENSE.md rename to doc/licenses/jersey-2.39/LICENSE.md diff --git a/doc/licenses/jersey-2.38/README b/doc/licenses/jersey-2.39/README similarity index 91% rename from doc/licenses/jersey-2.38/README rename to doc/licenses/jersey-2.39/README index e712f5937..567045938 100644 --- a/doc/licenses/jersey-2.38/README +++ b/doc/licenses/jersey-2.39/README @@ -1,7 +1,7 @@ Jersey (https://jersey.java.net/) --------------------------------- - Version: 2.38 + Version: 2.39 From: 'Eclipse Foundation' (https://www.eclipse.org/) License(s): EPL v2.0 (bundled/jersey-2.38/LICENSE.md) diff --git a/doc/licenses/jersey-2.39/dep-coordinates.txt b/doc/licenses/jersey-2.39/dep-coordinates.txt new file mode 100644 index 000000000..2c6544281 --- /dev/null +++ b/doc/licenses/jersey-2.39/dep-coordinates.txt @@ -0,0 +1,7 @@ +org.glassfish.jersey.containers:jersey-container-servlet-core:jar:2.39 +org.glassfish.jersey.core:jersey-common:jar:2.39 +org.glassfish.jersey.core:jersey-server:jar:2.39 +org.glassfish.jersey.core:jersey-client:jar:2.39 +org.glassfish.jersey.inject:jersey-hk2:jar:2.39 +org.glassfish.jersey.media:jersey-media-json-jackson:jar:2.39 +org.glassfish.jersey.ext:jersey-entity-filtering:jar:2.39 diff --git a/doc/licenses/jose4j-0.9.1/README b/doc/licenses/jose4j-0.9.1/README index 721d805d3..c63ba5a9e 100644 --- a/doc/licenses/jose4j-0.9.1/README +++ b/doc/licenses/jose4j-0.9.1/README @@ -1,7 +1,7 @@ jose.4.j (https://bitbucket.org/b_c/jose4j/) -------------------------------------------- - Version: 0.9.1 + Version: 0.9.3 From: 'Brian Campbell' (https://bitbucket.org/b_c/) License(s): Apache v2.0 diff --git a/doc/licenses/jose4j-0.9.1/dep-coordinates.txt b/doc/licenses/jose4j-0.9.1/dep-coordinates.txt index 2bd290687..4174eb3ca 100644 --- a/doc/licenses/jose4j-0.9.1/dep-coordinates.txt +++ b/doc/licenses/jose4j-0.9.1/dep-coordinates.txt @@ -1 +1 @@ -org.bitbucket.b_c:jose4j:jar:0.9.1 +org.bitbucket.b_c:jose4j:jar:0.9.3 diff --git a/doc/licenses/kotlin-1.8.0/NOTICE.txt b/doc/licenses/kotlin-1.8.0/NOTICE.txt deleted file mode 100644 index 3efb9a198..000000000 --- a/doc/licenses/kotlin-1.8.0/NOTICE.txt +++ /dev/null @@ -1,2 +0,0 @@ -Kotlin Compiler -Copyright 2010-2020 JetBrains s.r.o and respective authors and developers diff --git a/doc/licenses/kotlin-1.8.0/dep-coordinates.txt b/doc/licenses/kotlin-1.8.0/dep-coordinates.txt deleted file mode 100644 index e3622e28c..000000000 --- a/doc/licenses/kotlin-1.8.0/dep-coordinates.txt +++ /dev/null @@ -1,5 +0,0 @@ -org.jetbrains.kotlin:kotlin-reflect:jar:1.8.0 -org.jetbrains.kotlin:kotlin-stdlib:jar:1.8.0 -org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.8.0 -org.jetbrains.kotlin:kotlin-stdlib-jdk8:jar:1.8.0 -org.jetbrains.kotlin:kotlin-stdlib-jdk7:jar:1.8.0 diff --git a/doc/licenses/kotlin-1.8.20/NOTICE.txt b/doc/licenses/kotlin-1.8.20/NOTICE.txt new file mode 100644 index 000000000..0f3e7c29d --- /dev/null +++ b/doc/licenses/kotlin-1.8.20/NOTICE.txt @@ -0,0 +1,2 @@ +Kotlin Compiler +Copyright 2010-2023 JetBrains s.r.o and respective authors and developers diff --git a/doc/licenses/kotlin-1.8.0/README b/doc/licenses/kotlin-1.8.20/README similarity index 89% rename from doc/licenses/kotlin-1.8.0/README rename to doc/licenses/kotlin-1.8.20/README index 049603243..afab7d601 100644 --- a/doc/licenses/kotlin-1.8.0/README +++ b/doc/licenses/kotlin-1.8.20/README @@ -1,7 +1,7 @@ Kotlin (https://kotlinlang.org/) -------------------------------- - Version: 1.8.0 + Version: 1.8.20 From: 'JetBrains s.r.o and respective authors and developers' License(s): Apache v2.0 diff --git a/doc/licenses/kotlin-1.8.20/dep-coordinates.txt b/doc/licenses/kotlin-1.8.20/dep-coordinates.txt new file mode 100644 index 000000000..d0d2fa7ca --- /dev/null +++ b/doc/licenses/kotlin-1.8.20/dep-coordinates.txt @@ -0,0 +1,5 @@ +org.jetbrains.kotlin:kotlin-reflect:jar:1.8.20 +org.jetbrains.kotlin:kotlin-stdlib:jar:1.8.20 +org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.8.20 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:jar:1.8.20 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:jar:1.8.20 diff --git a/doc/licenses/ksm-sdk-16.4.0/dep-coordinates.txt b/doc/licenses/ksm-sdk-16.4.0/dep-coordinates.txt deleted file mode 100644 index e0c227d52..000000000 --- a/doc/licenses/ksm-sdk-16.4.0/dep-coordinates.txt +++ /dev/null @@ -1 +0,0 @@ -com.keepersecurity.secrets-manager:core:jar:16.4.0 diff --git a/doc/licenses/ksm-sdk-16.4.0/LICENSE b/doc/licenses/ksm-sdk-16.5.2/LICENSE similarity index 100% rename from doc/licenses/ksm-sdk-16.4.0/LICENSE rename to doc/licenses/ksm-sdk-16.5.2/LICENSE diff --git a/doc/licenses/ksm-sdk-16.4.0/README b/doc/licenses/ksm-sdk-16.5.2/README similarity index 77% rename from doc/licenses/ksm-sdk-16.4.0/README rename to doc/licenses/ksm-sdk-16.5.2/README index d1892e2a4..bf48205ad 100644 --- a/doc/licenses/ksm-sdk-16.4.0/README +++ b/doc/licenses/ksm-sdk-16.5.2/README @@ -2,8 +2,8 @@ Keeper Secrets Manager Java SDK (https://github.com/Keeper-Security/secrets-manager) ---------------------------------------------------- - Version: 16.4.0 + Version: 16.5.2 From: 'Keeper Security' (https://www.keepersecurity.com/) License(s): - MIT (bundled/ksm-sdk-16.4.0/LICENSE) + MIT (bundled/ksm-sdk-16.5.2/LICENSE) diff --git a/doc/licenses/ksm-sdk-16.5.2/dep-coordinates.txt b/doc/licenses/ksm-sdk-16.5.2/dep-coordinates.txt new file mode 100644 index 000000000..bc1871daf --- /dev/null +++ b/doc/licenses/ksm-sdk-16.5.2/dep-coordinates.txt @@ -0,0 +1 @@ +com.keepersecurity.secrets-manager:core:jar:16.5.2 diff --git a/doc/licenses/logback-1.3.5/dep-coordinates.txt b/doc/licenses/logback-1.3.5/dep-coordinates.txt deleted file mode 100644 index 06d81bdb8..000000000 --- a/doc/licenses/logback-1.3.5/dep-coordinates.txt +++ /dev/null @@ -1,2 +0,0 @@ -ch.qos.logback:logback-classic:jar:1.3.5 -ch.qos.logback:logback-core:jar:1.3.5 diff --git a/doc/licenses/logback-1.3.5/LICENSE.txt b/doc/licenses/logback-1.3.6/LICENSE.txt similarity index 100% rename from doc/licenses/logback-1.3.5/LICENSE.txt rename to doc/licenses/logback-1.3.6/LICENSE.txt diff --git a/doc/licenses/logback-1.3.5/README b/doc/licenses/logback-1.3.6/README similarity index 63% rename from doc/licenses/logback-1.3.5/README rename to doc/licenses/logback-1.3.6/README index 05769b369..d0dc6c146 100644 --- a/doc/licenses/logback-1.3.5/README +++ b/doc/licenses/logback-1.3.6/README @@ -1,8 +1,8 @@ Logback (http://logback.qos.ch/) -------------------------------- - Version: 1.3.5 + Version: 1.3.6 From: 'QOS.ch Sàrl' (http://qos.ch/) License(s): - EPL v1.0 (bundled/logback-1.3.5/LICENSE.txt) + EPL v1.0 (bundled/logback-1.3.6/LICENSE.txt) diff --git a/doc/licenses/logback-1.3.6/dep-coordinates.txt b/doc/licenses/logback-1.3.6/dep-coordinates.txt new file mode 100644 index 000000000..756174c33 --- /dev/null +++ b/doc/licenses/logback-1.3.6/dep-coordinates.txt @@ -0,0 +1,2 @@ +ch.qos.logback:logback-classic:jar:1.3.6 +ch.qos.logback:logback-core:jar:1.3.6 diff --git a/doc/licenses/mybatis-3.5.11/dep-coordinates.txt b/doc/licenses/mybatis-3.5.11/dep-coordinates.txt deleted file mode 100644 index fe5be96a9..000000000 --- a/doc/licenses/mybatis-3.5.11/dep-coordinates.txt +++ /dev/null @@ -1 +0,0 @@ -org.mybatis:mybatis:jar:3.5.11 diff --git a/doc/licenses/mybatis-3.5.11/NOTICE b/doc/licenses/mybatis-3.5.13/NOTICE similarity index 100% rename from doc/licenses/mybatis-3.5.11/NOTICE rename to doc/licenses/mybatis-3.5.13/NOTICE diff --git a/doc/licenses/mybatis-3.5.11/README b/doc/licenses/mybatis-3.5.13/README similarity index 89% rename from doc/licenses/mybatis-3.5.11/README rename to doc/licenses/mybatis-3.5.13/README index cba007764..11363cae8 100644 --- a/doc/licenses/mybatis-3.5.11/README +++ b/doc/licenses/mybatis-3.5.13/README @@ -1,7 +1,7 @@ MyBatis (http://www.mybatis.org/mybatis-3/) ------------------------------------------- - Version: 3.5.11 + Version: 3.5.13 From: 'MyBatis' (http://www.mybatis.org/) License(s): Apache v2.0 diff --git a/doc/licenses/mybatis-3.5.13/dep-coordinates.txt b/doc/licenses/mybatis-3.5.13/dep-coordinates.txt new file mode 100644 index 000000000..9da1af714 --- /dev/null +++ b/doc/licenses/mybatis-3.5.13/dep-coordinates.txt @@ -0,0 +1 @@ +org.mybatis:mybatis:jar:3.5.13 diff --git a/doc/licenses/slf4j-api-2.0.6/dep-coordinates.txt b/doc/licenses/slf4j-api-2.0.6/dep-coordinates.txt deleted file mode 100644 index 26d1277ae..000000000 --- a/doc/licenses/slf4j-api-2.0.6/dep-coordinates.txt +++ /dev/null @@ -1,2 +0,0 @@ -org.slf4j:jul-to-slf4j:jar:2.0.6 -org.slf4j:slf4j-api:jar:2.0.6 diff --git a/doc/licenses/slf4j-api-2.0.6/LICENSE.txt b/doc/licenses/slf4j-api-2.0.7/LICENSE.txt similarity index 100% rename from doc/licenses/slf4j-api-2.0.6/LICENSE.txt rename to doc/licenses/slf4j-api-2.0.7/LICENSE.txt diff --git a/doc/licenses/slf4j-api-2.0.6/README b/doc/licenses/slf4j-api-2.0.7/README similarity index 70% rename from doc/licenses/slf4j-api-2.0.6/README rename to doc/licenses/slf4j-api-2.0.7/README index 25d14eb74..2fbef08ed 100644 --- a/doc/licenses/slf4j-api-2.0.6/README +++ b/doc/licenses/slf4j-api-2.0.7/README @@ -1,8 +1,8 @@ Simple Logging Facade for Java (http://slf4j.org/) -------------------------------------------------- - Version: 2.0.6 + Version: 2.0.7 From: 'QOS.ch Sàrl' (http://qos.ch/) License(s): - MIT (bundled/slf4j-api-2.0.6/LICENSE.txt) + MIT (bundled/slf4j-api-2.0.7/LICENSE.txt) diff --git a/doc/licenses/slf4j-api-2.0.7/dep-coordinates.txt b/doc/licenses/slf4j-api-2.0.7/dep-coordinates.txt new file mode 100644 index 000000000..9de74e635 --- /dev/null +++ b/doc/licenses/slf4j-api-2.0.7/dep-coordinates.txt @@ -0,0 +1,2 @@ +org.slf4j:jul-to-slf4j:jar:2.0.7 +org.slf4j:slf4j-api:jar:2.0.7 diff --git a/doc/licenses/spring-framework-5.3.24/dep-coordinates.txt b/doc/licenses/spring-framework-5.3.24/dep-coordinates.txt deleted file mode 100644 index 775a100c5..000000000 --- a/doc/licenses/spring-framework-5.3.24/dep-coordinates.txt +++ /dev/null @@ -1,7 +0,0 @@ -org.springframework:spring-aop:jar:5.3.24 -org.springframework:spring-beans:jar:5.3.24 -org.springframework:spring-context:jar:5.3.24 -org.springframework:spring-core:jar:5.3.24 -org.springframework:spring-expression:jar:5.3.24 -org.springframework:spring-jcl:jar:5.3.24 -org.springframework:spring-web:jar:5.3.24 diff --git a/doc/licenses/spring-framework-5.3.24/README b/doc/licenses/spring-framework-5.3.25/README similarity index 91% rename from doc/licenses/spring-framework-5.3.24/README rename to doc/licenses/spring-framework-5.3.25/README index d02cb9024..a47dfca93 100644 --- a/doc/licenses/spring-framework-5.3.24/README +++ b/doc/licenses/spring-framework-5.3.25/README @@ -1,7 +1,7 @@ Spring Framework (https://spring.io/projects/spring-framework) -------------------------------------------------------------- - Version: 5.3.24 + Version: 5.3.25 From: 'Spring' (https://spring.io/) License(s): Apache v2.0 diff --git a/doc/licenses/spring-framework-5.3.25/dep-coordinates.txt b/doc/licenses/spring-framework-5.3.25/dep-coordinates.txt new file mode 100644 index 000000000..d0eedd93c --- /dev/null +++ b/doc/licenses/spring-framework-5.3.25/dep-coordinates.txt @@ -0,0 +1,7 @@ +org.springframework:spring-aop:jar:5.3.25 +org.springframework:spring-beans:jar:5.3.25 +org.springframework:spring-context:jar:5.3.25 +org.springframework:spring-core:jar:5.3.25 +org.springframework:spring-expression:jar:5.3.25 +org.springframework:spring-jcl:jar:5.3.25 +org.springframework:spring-web:jar:5.3.25 diff --git a/doc/licenses/spring-security-5.8.1/dep-coordinates.txt b/doc/licenses/spring-security-5.8.1/dep-coordinates.txt deleted file mode 100644 index 84879c279..000000000 --- a/doc/licenses/spring-security-5.8.1/dep-coordinates.txt +++ /dev/null @@ -1,3 +0,0 @@ -org.springframework.security:spring-security-core:jar:5.8.1 -org.springframework.security:spring-security-crypto:jar:5.8.1 -org.springframework.security:spring-security-web:jar:5.8.1 diff --git a/doc/licenses/spring-security-5.8.1/NOTICE b/doc/licenses/spring-security-5.8.2/NOTICE similarity index 100% rename from doc/licenses/spring-security-5.8.1/NOTICE rename to doc/licenses/spring-security-5.8.2/NOTICE diff --git a/doc/licenses/spring-security-5.8.1/README b/doc/licenses/spring-security-5.8.2/README similarity index 91% rename from doc/licenses/spring-security-5.8.1/README rename to doc/licenses/spring-security-5.8.2/README index 15f1ad0b9..aa474fb23 100644 --- a/doc/licenses/spring-security-5.8.1/README +++ b/doc/licenses/spring-security-5.8.2/README @@ -1,7 +1,7 @@ Spring Security (https://spring.io/projects/spring-security) ------------------------------------------------------------ - Version: 5.8.1 + Version: 5.8.2 From: 'Spring' (https://spring.io/) License(s): Apache v2.0 diff --git a/doc/licenses/spring-security-5.8.2/dep-coordinates.txt b/doc/licenses/spring-security-5.8.2/dep-coordinates.txt new file mode 100644 index 000000000..92ba5cfb5 --- /dev/null +++ b/doc/licenses/spring-security-5.8.2/dep-coordinates.txt @@ -0,0 +1,3 @@ +org.springframework.security:spring-security-core:jar:5.8.2 +org.springframework.security:spring-security-crypto:jar:5.8.2 +org.springframework.security:spring-security-web:jar:5.8.2 diff --git a/doc/licenses/zxing-3.5.0/dep-coordinates.txt b/doc/licenses/zxing-3.5.0/dep-coordinates.txt deleted file mode 100644 index 6f3d126b2..000000000 --- a/doc/licenses/zxing-3.5.0/dep-coordinates.txt +++ /dev/null @@ -1,2 +0,0 @@ -com.google.zxing:core:jar:3.5.0 -com.google.zxing:javase:jar:3.5.0 diff --git a/doc/licenses/zxing-3.5.0/AUTHORS b/doc/licenses/zxing-3.5.1/AUTHORS similarity index 100% rename from doc/licenses/zxing-3.5.0/AUTHORS rename to doc/licenses/zxing-3.5.1/AUTHORS diff --git a/doc/licenses/zxing-3.5.0/NOTICE b/doc/licenses/zxing-3.5.1/NOTICE similarity index 100% rename from doc/licenses/zxing-3.5.0/NOTICE rename to doc/licenses/zxing-3.5.1/NOTICE diff --git a/doc/licenses/zxing-3.5.0/README b/doc/licenses/zxing-3.5.1/README similarity index 85% rename from doc/licenses/zxing-3.5.0/README rename to doc/licenses/zxing-3.5.1/README index 6b0e11dd7..ee6e02c95 100644 --- a/doc/licenses/zxing-3.5.0/README +++ b/doc/licenses/zxing-3.5.1/README @@ -1,8 +1,8 @@ ZXing Barcode Scanning Library (https://github.com/zxing/zxing/) ---------------------------------------------------------------- - Version: 3.5.0 - From: 'ZXing authors' (https://github.com/zxing/zxing/blob/zxing-3.5.0/AUTHORS) + Version: 3.5.1 + From: 'ZXing authors' (https://github.com/zxing/zxing/blob/zxing-3.5.1/AUTHORS) License(s): Apache v2.0 diff --git a/doc/licenses/zxing-3.5.1/dep-coordinates.txt b/doc/licenses/zxing-3.5.1/dep-coordinates.txt new file mode 100644 index 000000000..32b7d96b1 --- /dev/null +++ b/doc/licenses/zxing-3.5.1/dep-coordinates.txt @@ -0,0 +1,2 @@ +com.google.zxing:core:jar:3.5.1 +com.google.zxing:javase:jar:3.5.1 diff --git a/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/pom.xml b/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/pom.xml index f2fdf7983..c4132c1ae 100644 --- a/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/pom.xml +++ b/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/pom.xml @@ -57,7 +57,7 @@ org.mybatis mybatis - 3.5.11 + 3.5.13 diff --git a/extensions/guacamole-auth-json/pom.xml b/extensions/guacamole-auth-json/pom.xml index 2ed9fe536..e4d476509 100644 --- a/extensions/guacamole-auth-json/pom.xml +++ b/extensions/guacamole-auth-json/pom.xml @@ -77,7 +77,7 @@ org.springframework.security spring-security-web - 5.8.1 + 5.8.2 diff --git a/extensions/guacamole-auth-sso/modules/guacamole-auth-sso-openid/pom.xml b/extensions/guacamole-auth-sso/modules/guacamole-auth-sso-openid/pom.xml index 1cbd8c662..aac7d44fb 100644 --- a/extensions/guacamole-auth-sso/modules/guacamole-auth-sso-openid/pom.xml +++ b/extensions/guacamole-auth-sso/modules/guacamole-auth-sso-openid/pom.xml @@ -106,7 +106,7 @@ org.bitbucket.b_c jose4j - 0.9.1 + 0.9.3 diff --git a/extensions/guacamole-auth-totp/pom.xml b/extensions/guacamole-auth-totp/pom.xml index 52c97cd2c..11f86ecca 100644 --- a/extensions/guacamole-auth-totp/pom.xml +++ b/extensions/guacamole-auth-totp/pom.xml @@ -162,12 +162,12 @@ com.google.zxing javase - 3.5.0 + 3.5.1 com.google.zxing core - 3.5.0 + 3.5.1 diff --git a/extensions/guacamole-vault/modules/guacamole-vault-ksm/pom.xml b/extensions/guacamole-vault/modules/guacamole-vault-ksm/pom.xml index 4fe99bbe5..3eac9b812 100644 --- a/extensions/guacamole-vault/modules/guacamole-vault-ksm/pom.xml +++ b/extensions/guacamole-vault/modules/guacamole-vault-ksm/pom.xml @@ -38,7 +38,7 @@ - 1.8.0 + 1.8.20 @@ -60,7 +60,7 @@ com.keepersecurity.secrets-manager core - 16.4.0 + 16.5.2 diff --git a/pom.xml b/pom.xml index dd9866cb3..0463c5f80 100644 --- a/pom.xml +++ b/pom.xml @@ -39,13 +39,13 @@ 31.1-jre 5.1.0 2.6.1 - 2.14.1 - 2.14.1 - 2.38 - 5.9.1 + 2.14.2 + 2.14.2 + 2.39 + 5.9.2 4.13.2 - 1.3.5 - 2.0.6 + 1.3.6 + 2.0.7