From 9262a2b33b3c21f1bbf250559c7b376abac56a8b Mon Sep 17 00:00:00 2001 From: Mike Jumper Date: Sun, 8 Jan 2023 12:09:41 -0800 Subject: [PATCH] GUACAMOLE-1594: Update Java dependencies to latest compatible versions. --- doc/guacamole-example/pom.xml | 2 +- doc/licenses/{jackson-2.14.0 => jackson-2.14.1}/NOTICE | 0 doc/licenses/{jackson-2.14.0 => jackson-2.14.1}/README | 2 +- .../dep-coordinates.txt | 8 ++++---- .../jackson-databind-2.14.0/dep-coordinates.txt | 1 - .../NOTICE | 0 .../README | 2 +- .../jackson-databind-2.14.1/dep-coordinates.txt | 1 + doc/licenses/javassist-3.25.0-ga/dep-coordinates.txt | 1 - .../README | 2 +- doc/licenses/javassist-3.29.0-ga/dep-coordinates.txt | 1 + doc/licenses/jersey-2.37/dep-coordinates.txt | 7 ------- doc/licenses/{jersey-2.37 => jersey-2.38}/LICENSE.md | 0 doc/licenses/{jersey-2.37 => jersey-2.38}/README | 4 ++-- doc/licenses/jersey-2.38/dep-coordinates.txt | 7 +++++++ doc/licenses/kotlin-1.7.20/dep-coordinates.txt | 5 ----- .../{kotlin-1.7.20 => kotlin-1.8.0}/NOTICE.txt | 0 doc/licenses/{kotlin-1.7.20 => kotlin-1.8.0}/README | 2 +- doc/licenses/kotlin-1.8.0/dep-coordinates.txt | 5 +++++ doc/licenses/logback-1.3.4/dep-coordinates.txt | 2 -- .../{logback-1.3.4 => logback-1.3.5}/LICENSE.txt | 0 doc/licenses/{logback-1.3.4 => logback-1.3.5}/README | 4 ++-- doc/licenses/logback-1.3.5/dep-coordinates.txt | 2 ++ doc/licenses/mybatis-guice-3.17/dep-coordinates.txt | 1 - .../{mybatis-guice-3.17 => mybatis-guice-3.18}/NOTICE | 0 .../{mybatis-guice-3.17 => mybatis-guice-3.18}/README | 2 +- doc/licenses/mybatis-guice-3.18/dep-coordinates.txt | 1 + doc/licenses/slf4j-api-2.0.3/dep-coordinates.txt | 2 -- .../{slf4j-api-2.0.3 => slf4j-api-2.0.6}/LICENSE.txt | 0 .../{slf4j-api-2.0.3 => slf4j-api-2.0.6}/README | 4 ++-- doc/licenses/slf4j-api-2.0.6/dep-coordinates.txt | 2 ++ .../spring-framework-5.3.23/dep-coordinates.txt | 7 ------- .../README | 2 +- .../spring-framework-5.3.24/dep-coordinates.txt | 7 +++++++ doc/licenses/spring-security-5.7.5/dep-coordinates.txt | 3 --- .../NOTICE | 0 .../README | 2 +- doc/licenses/spring-security-5.8.1/dep-coordinates.txt | 3 +++ .../modules/guacamole-auth-jdbc-base/pom.xml | 2 +- extensions/guacamole-auth-json/pom.xml | 2 +- .../modules/guacamole-vault-ksm/pom.xml | 2 +- pom.xml | 10 +++++----- 42 files changed, 55 insertions(+), 55 deletions(-) rename doc/licenses/{jackson-2.14.0 => jackson-2.14.1}/NOTICE (100%) rename doc/licenses/{jackson-2.14.0 => jackson-2.14.1}/README (90%) rename doc/licenses/{jackson-2.14.0 => jackson-2.14.1}/dep-coordinates.txt (51%) delete mode 100644 doc/licenses/jackson-databind-2.14.0/dep-coordinates.txt rename doc/licenses/{jackson-databind-2.14.0 => jackson-databind-2.14.1}/NOTICE (100%) rename doc/licenses/{jackson-databind-2.14.0 => jackson-databind-2.14.1}/README (91%) create mode 100644 doc/licenses/jackson-databind-2.14.1/dep-coordinates.txt delete mode 100644 doc/licenses/javassist-3.25.0-ga/dep-coordinates.txt rename doc/licenses/{javassist-3.25.0-ga => javassist-3.29.0-ga}/README (88%) create mode 100644 doc/licenses/javassist-3.29.0-ga/dep-coordinates.txt delete mode 100644 doc/licenses/jersey-2.37/dep-coordinates.txt rename doc/licenses/{jersey-2.37 => jersey-2.38}/LICENSE.md (100%) rename doc/licenses/{jersey-2.37 => jersey-2.38}/README (67%) create mode 100644 doc/licenses/jersey-2.38/dep-coordinates.txt delete mode 100644 doc/licenses/kotlin-1.7.20/dep-coordinates.txt rename doc/licenses/{kotlin-1.7.20 => kotlin-1.8.0}/NOTICE.txt (100%) rename doc/licenses/{kotlin-1.7.20 => kotlin-1.8.0}/README (89%) create mode 100644 doc/licenses/kotlin-1.8.0/dep-coordinates.txt delete mode 100644 doc/licenses/logback-1.3.4/dep-coordinates.txt rename doc/licenses/{logback-1.3.4 => logback-1.3.5}/LICENSE.txt (100%) rename doc/licenses/{logback-1.3.4 => logback-1.3.5}/README (63%) create mode 100644 doc/licenses/logback-1.3.5/dep-coordinates.txt delete mode 100644 doc/licenses/mybatis-guice-3.17/dep-coordinates.txt rename doc/licenses/{mybatis-guice-3.17 => mybatis-guice-3.18}/NOTICE (100%) rename doc/licenses/{mybatis-guice-3.17 => mybatis-guice-3.18}/README (90%) create mode 100644 doc/licenses/mybatis-guice-3.18/dep-coordinates.txt delete mode 100644 doc/licenses/slf4j-api-2.0.3/dep-coordinates.txt rename doc/licenses/{slf4j-api-2.0.3 => slf4j-api-2.0.6}/LICENSE.txt (100%) rename doc/licenses/{slf4j-api-2.0.3 => slf4j-api-2.0.6}/README (70%) create mode 100644 doc/licenses/slf4j-api-2.0.6/dep-coordinates.txt delete mode 100644 doc/licenses/spring-framework-5.3.23/dep-coordinates.txt rename doc/licenses/{spring-framework-5.3.23 => spring-framework-5.3.24}/README (91%) create mode 100644 doc/licenses/spring-framework-5.3.24/dep-coordinates.txt delete mode 100644 doc/licenses/spring-security-5.7.5/dep-coordinates.txt rename doc/licenses/{spring-security-5.7.5 => spring-security-5.8.1}/NOTICE (100%) rename doc/licenses/{spring-security-5.7.5 => spring-security-5.8.1}/README (91%) create mode 100644 doc/licenses/spring-security-5.8.1/dep-coordinates.txt diff --git a/doc/guacamole-example/pom.xml b/doc/guacamole-example/pom.xml index c6a4ed9f5..c64a7b6ab 100644 --- a/doc/guacamole-example/pom.xml +++ b/doc/guacamole-example/pom.xml @@ -122,7 +122,7 @@ org.slf4j slf4j-simple - 2.0.3 + 2.0.6 diff --git a/doc/licenses/jackson-2.14.0/NOTICE b/doc/licenses/jackson-2.14.1/NOTICE similarity index 100% rename from doc/licenses/jackson-2.14.0/NOTICE rename to doc/licenses/jackson-2.14.1/NOTICE diff --git a/doc/licenses/jackson-2.14.0/README b/doc/licenses/jackson-2.14.1/README similarity index 90% rename from doc/licenses/jackson-2.14.0/README rename to doc/licenses/jackson-2.14.1/README index 42914861b..ac96e4214 100644 --- a/doc/licenses/jackson-2.14.0/README +++ b/doc/licenses/jackson-2.14.1/README @@ -1,7 +1,7 @@ Jackson (https://github.com/FasterXML/jackson) ---------------------------------------------- - Version: 2.14.0 + Version: 2.14.1 From: 'FasterXML, LLC' (https://github.com/FasterXML) License(s): Apache v2.0 diff --git a/doc/licenses/jackson-2.14.0/dep-coordinates.txt b/doc/licenses/jackson-2.14.1/dep-coordinates.txt similarity index 51% rename from doc/licenses/jackson-2.14.0/dep-coordinates.txt rename to doc/licenses/jackson-2.14.1/dep-coordinates.txt index a1d761036..4886a4c90 100644 --- a/doc/licenses/jackson-2.14.0/dep-coordinates.txt +++ b/doc/licenses/jackson-2.14.1/dep-coordinates.txt @@ -1,4 +1,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 +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 diff --git a/doc/licenses/jackson-databind-2.14.0/dep-coordinates.txt b/doc/licenses/jackson-databind-2.14.0/dep-coordinates.txt deleted file mode 100644 index f53d908c8..000000000 --- a/doc/licenses/jackson-databind-2.14.0/dep-coordinates.txt +++ /dev/null @@ -1 +0,0 @@ -com.fasterxml.jackson.core:jackson-databind:jar:2.14.0 diff --git a/doc/licenses/jackson-databind-2.14.0/NOTICE b/doc/licenses/jackson-databind-2.14.1/NOTICE similarity index 100% rename from doc/licenses/jackson-databind-2.14.0/NOTICE rename to doc/licenses/jackson-databind-2.14.1/NOTICE diff --git a/doc/licenses/jackson-databind-2.14.0/README b/doc/licenses/jackson-databind-2.14.1/README similarity index 91% rename from doc/licenses/jackson-databind-2.14.0/README rename to doc/licenses/jackson-databind-2.14.1/README index 12092bffa..73e762135 100644 --- a/doc/licenses/jackson-databind-2.14.0/README +++ b/doc/licenses/jackson-databind-2.14.1/README @@ -1,7 +1,7 @@ Jackson-databind (https://github.com/FasterXML/jackson-databind) ---------------------------------------------- - Version: 2.14.0 + Version: 2.14.1 From: 'FasterXML, LLC' (https://github.com/FasterXML) License(s): Apache v2.0 diff --git a/doc/licenses/jackson-databind-2.14.1/dep-coordinates.txt b/doc/licenses/jackson-databind-2.14.1/dep-coordinates.txt new file mode 100644 index 000000000..2e8118031 --- /dev/null +++ b/doc/licenses/jackson-databind-2.14.1/dep-coordinates.txt @@ -0,0 +1 @@ +com.fasterxml.jackson.core:jackson-databind:jar:2.14.1 diff --git a/doc/licenses/javassist-3.25.0-ga/dep-coordinates.txt b/doc/licenses/javassist-3.25.0-ga/dep-coordinates.txt deleted file mode 100644 index 77c8848ec..000000000 --- a/doc/licenses/javassist-3.25.0-ga/dep-coordinates.txt +++ /dev/null @@ -1 +0,0 @@ -org.javassist:javassist:jar:3.25.0-GA diff --git a/doc/licenses/javassist-3.25.0-ga/README b/doc/licenses/javassist-3.29.0-ga/README similarity index 88% rename from doc/licenses/javassist-3.25.0-ga/README rename to doc/licenses/javassist-3.29.0-ga/README index 6c3cf1f9b..1420f3d64 100644 --- a/doc/licenses/javassist-3.25.0-ga/README +++ b/doc/licenses/javassist-3.29.0-ga/README @@ -1,7 +1,7 @@ Javassist (https://www.javassist.org/) -------------------------------------- - Version: 3.25.0-GA + Version: 3.29.0-GA From: 'Shigeru Chiba' (https://github.com/chibash) License(s): Apache v2.0 diff --git a/doc/licenses/javassist-3.29.0-ga/dep-coordinates.txt b/doc/licenses/javassist-3.29.0-ga/dep-coordinates.txt new file mode 100644 index 000000000..a477b7ea7 --- /dev/null +++ b/doc/licenses/javassist-3.29.0-ga/dep-coordinates.txt @@ -0,0 +1 @@ +org.javassist:javassist:jar:3.29.0-GA diff --git a/doc/licenses/jersey-2.37/dep-coordinates.txt b/doc/licenses/jersey-2.37/dep-coordinates.txt deleted file mode 100644 index f6b872a1f..000000000 --- a/doc/licenses/jersey-2.37/dep-coordinates.txt +++ /dev/null @@ -1,7 +0,0 @@ -org.glassfish.jersey.containers:jersey-container-servlet-core:jar:2.37 -org.glassfish.jersey.core:jersey-common:jar:2.37 -org.glassfish.jersey.core:jersey-server:jar:2.37 -org.glassfish.jersey.core:jersey-client:jar:2.37 -org.glassfish.jersey.inject:jersey-hk2:jar:2.37 -org.glassfish.jersey.media:jersey-media-json-jackson:jar:2.37 -org.glassfish.jersey.ext:jersey-entity-filtering:jar:2.37 diff --git a/doc/licenses/jersey-2.37/LICENSE.md b/doc/licenses/jersey-2.38/LICENSE.md similarity index 100% rename from doc/licenses/jersey-2.37/LICENSE.md rename to doc/licenses/jersey-2.38/LICENSE.md diff --git a/doc/licenses/jersey-2.37/README b/doc/licenses/jersey-2.38/README similarity index 67% rename from doc/licenses/jersey-2.37/README rename to doc/licenses/jersey-2.38/README index 48501db65..e712f5937 100644 --- a/doc/licenses/jersey-2.37/README +++ b/doc/licenses/jersey-2.38/README @@ -1,8 +1,8 @@ Jersey (https://jersey.java.net/) --------------------------------- - Version: 2.37 + Version: 2.38 From: 'Eclipse Foundation' (https://www.eclipse.org/) License(s): - EPL v2.0 (bundled/jersey-2.37/LICENSE.md) + EPL v2.0 (bundled/jersey-2.38/LICENSE.md) diff --git a/doc/licenses/jersey-2.38/dep-coordinates.txt b/doc/licenses/jersey-2.38/dep-coordinates.txt new file mode 100644 index 000000000..07d23d757 --- /dev/null +++ b/doc/licenses/jersey-2.38/dep-coordinates.txt @@ -0,0 +1,7 @@ +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/kotlin-1.7.20/dep-coordinates.txt b/doc/licenses/kotlin-1.7.20/dep-coordinates.txt deleted file mode 100644 index 3109df54a..000000000 --- a/doc/licenses/kotlin-1.7.20/dep-coordinates.txt +++ /dev/null @@ -1,5 +0,0 @@ -org.jetbrains.kotlin:kotlin-reflect:jar:1.7.20 -org.jetbrains.kotlin:kotlin-stdlib:jar:1.7.20 -org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.7.20 -org.jetbrains.kotlin:kotlin-stdlib-jdk8:jar:1.7.20 -org.jetbrains.kotlin:kotlin-stdlib-jdk7:jar:1.7.20 diff --git a/doc/licenses/kotlin-1.7.20/NOTICE.txt b/doc/licenses/kotlin-1.8.0/NOTICE.txt similarity index 100% rename from doc/licenses/kotlin-1.7.20/NOTICE.txt rename to doc/licenses/kotlin-1.8.0/NOTICE.txt diff --git a/doc/licenses/kotlin-1.7.20/README b/doc/licenses/kotlin-1.8.0/README similarity index 89% rename from doc/licenses/kotlin-1.7.20/README rename to doc/licenses/kotlin-1.8.0/README index 484e6b578..049603243 100644 --- a/doc/licenses/kotlin-1.7.20/README +++ b/doc/licenses/kotlin-1.8.0/README @@ -1,7 +1,7 @@ Kotlin (https://kotlinlang.org/) -------------------------------- - Version: 1.7.20 + Version: 1.8.0 From: 'JetBrains s.r.o and respective authors and developers' License(s): Apache v2.0 diff --git a/doc/licenses/kotlin-1.8.0/dep-coordinates.txt b/doc/licenses/kotlin-1.8.0/dep-coordinates.txt new file mode 100644 index 000000000..e3622e28c --- /dev/null +++ b/doc/licenses/kotlin-1.8.0/dep-coordinates.txt @@ -0,0 +1,5 @@ +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/logback-1.3.4/dep-coordinates.txt b/doc/licenses/logback-1.3.4/dep-coordinates.txt deleted file mode 100644 index 0b6f1cb59..000000000 --- a/doc/licenses/logback-1.3.4/dep-coordinates.txt +++ /dev/null @@ -1,2 +0,0 @@ -ch.qos.logback:logback-classic:jar:1.3.4 -ch.qos.logback:logback-core:jar:1.3.4 diff --git a/doc/licenses/logback-1.3.4/LICENSE.txt b/doc/licenses/logback-1.3.5/LICENSE.txt similarity index 100% rename from doc/licenses/logback-1.3.4/LICENSE.txt rename to doc/licenses/logback-1.3.5/LICENSE.txt diff --git a/doc/licenses/logback-1.3.4/README b/doc/licenses/logback-1.3.5/README similarity index 63% rename from doc/licenses/logback-1.3.4/README rename to doc/licenses/logback-1.3.5/README index 3d79b45b0..05769b369 100644 --- a/doc/licenses/logback-1.3.4/README +++ b/doc/licenses/logback-1.3.5/README @@ -1,8 +1,8 @@ Logback (http://logback.qos.ch/) -------------------------------- - Version: 1.3.4 + Version: 1.3.5 From: 'QOS.ch Sàrl' (http://qos.ch/) License(s): - EPL v1.0 (bundled/logback-1.3.4/LICENSE.txt) + EPL v1.0 (bundled/logback-1.3.5/LICENSE.txt) diff --git a/doc/licenses/logback-1.3.5/dep-coordinates.txt b/doc/licenses/logback-1.3.5/dep-coordinates.txt new file mode 100644 index 000000000..06d81bdb8 --- /dev/null +++ b/doc/licenses/logback-1.3.5/dep-coordinates.txt @@ -0,0 +1,2 @@ +ch.qos.logback:logback-classic:jar:1.3.5 +ch.qos.logback:logback-core:jar:1.3.5 diff --git a/doc/licenses/mybatis-guice-3.17/dep-coordinates.txt b/doc/licenses/mybatis-guice-3.17/dep-coordinates.txt deleted file mode 100644 index 093320fce..000000000 --- a/doc/licenses/mybatis-guice-3.17/dep-coordinates.txt +++ /dev/null @@ -1 +0,0 @@ -org.mybatis:mybatis-guice:jar:3.17 diff --git a/doc/licenses/mybatis-guice-3.17/NOTICE b/doc/licenses/mybatis-guice-3.18/NOTICE similarity index 100% rename from doc/licenses/mybatis-guice-3.17/NOTICE rename to doc/licenses/mybatis-guice-3.18/NOTICE diff --git a/doc/licenses/mybatis-guice-3.17/README b/doc/licenses/mybatis-guice-3.18/README similarity index 90% rename from doc/licenses/mybatis-guice-3.17/README rename to doc/licenses/mybatis-guice-3.18/README index 0170abd12..9cc0c0ad4 100644 --- a/doc/licenses/mybatis-guice-3.17/README +++ b/doc/licenses/mybatis-guice-3.18/README @@ -1,7 +1,7 @@ MyBatis-Guice (http://www.mybatis.org/guice/) --------------------------------------------- - Version: 3.17 + Version: 3.18 From: 'MyBatis' (http://www.mybatis.org/) License(s): Apache v2.0 diff --git a/doc/licenses/mybatis-guice-3.18/dep-coordinates.txt b/doc/licenses/mybatis-guice-3.18/dep-coordinates.txt new file mode 100644 index 000000000..dbe919368 --- /dev/null +++ b/doc/licenses/mybatis-guice-3.18/dep-coordinates.txt @@ -0,0 +1 @@ +org.mybatis:mybatis-guice:jar:3.18 diff --git a/doc/licenses/slf4j-api-2.0.3/dep-coordinates.txt b/doc/licenses/slf4j-api-2.0.3/dep-coordinates.txt deleted file mode 100644 index 7fcdedb2d..000000000 --- a/doc/licenses/slf4j-api-2.0.3/dep-coordinates.txt +++ /dev/null @@ -1,2 +0,0 @@ -org.slf4j:jul-to-slf4j:jar:2.0.3 -org.slf4j:slf4j-api:jar:2.0.3 diff --git a/doc/licenses/slf4j-api-2.0.3/LICENSE.txt b/doc/licenses/slf4j-api-2.0.6/LICENSE.txt similarity index 100% rename from doc/licenses/slf4j-api-2.0.3/LICENSE.txt rename to doc/licenses/slf4j-api-2.0.6/LICENSE.txt diff --git a/doc/licenses/slf4j-api-2.0.3/README b/doc/licenses/slf4j-api-2.0.6/README similarity index 70% rename from doc/licenses/slf4j-api-2.0.3/README rename to doc/licenses/slf4j-api-2.0.6/README index 83450e703..25d14eb74 100644 --- a/doc/licenses/slf4j-api-2.0.3/README +++ b/doc/licenses/slf4j-api-2.0.6/README @@ -1,8 +1,8 @@ Simple Logging Facade for Java (http://slf4j.org/) -------------------------------------------------- - Version: 2.0.3 + Version: 2.0.6 From: 'QOS.ch Sàrl' (http://qos.ch/) License(s): - MIT (bundled/slf4j-api-2.0.3/LICENSE.txt) + MIT (bundled/slf4j-api-2.0.6/LICENSE.txt) diff --git a/doc/licenses/slf4j-api-2.0.6/dep-coordinates.txt b/doc/licenses/slf4j-api-2.0.6/dep-coordinates.txt new file mode 100644 index 000000000..26d1277ae --- /dev/null +++ b/doc/licenses/slf4j-api-2.0.6/dep-coordinates.txt @@ -0,0 +1,2 @@ +org.slf4j:jul-to-slf4j:jar:2.0.6 +org.slf4j:slf4j-api:jar:2.0.6 diff --git a/doc/licenses/spring-framework-5.3.23/dep-coordinates.txt b/doc/licenses/spring-framework-5.3.23/dep-coordinates.txt deleted file mode 100644 index 49a407c57..000000000 --- a/doc/licenses/spring-framework-5.3.23/dep-coordinates.txt +++ /dev/null @@ -1,7 +0,0 @@ -org.springframework:spring-aop:jar:5.3.23 -org.springframework:spring-beans:jar:5.3.23 -org.springframework:spring-context:jar:5.3.23 -org.springframework:spring-core:jar:5.3.23 -org.springframework:spring-expression:jar:5.3.23 -org.springframework:spring-jcl:jar:5.3.23 -org.springframework:spring-web:jar:5.3.23 diff --git a/doc/licenses/spring-framework-5.3.23/README b/doc/licenses/spring-framework-5.3.24/README similarity index 91% rename from doc/licenses/spring-framework-5.3.23/README rename to doc/licenses/spring-framework-5.3.24/README index a2b1a56e8..d02cb9024 100644 --- a/doc/licenses/spring-framework-5.3.23/README +++ b/doc/licenses/spring-framework-5.3.24/README @@ -1,7 +1,7 @@ Spring Framework (https://spring.io/projects/spring-framework) -------------------------------------------------------------- - Version: 5.3.23 + Version: 5.3.24 From: 'Spring' (https://spring.io/) License(s): Apache v2.0 diff --git a/doc/licenses/spring-framework-5.3.24/dep-coordinates.txt b/doc/licenses/spring-framework-5.3.24/dep-coordinates.txt new file mode 100644 index 000000000..775a100c5 --- /dev/null +++ b/doc/licenses/spring-framework-5.3.24/dep-coordinates.txt @@ -0,0 +1,7 @@ +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-security-5.7.5/dep-coordinates.txt b/doc/licenses/spring-security-5.7.5/dep-coordinates.txt deleted file mode 100644 index dbaf12fd3..000000000 --- a/doc/licenses/spring-security-5.7.5/dep-coordinates.txt +++ /dev/null @@ -1,3 +0,0 @@ -org.springframework.security:spring-security-core:jar:5.7.5 -org.springframework.security:spring-security-crypto:jar:5.7.5 -org.springframework.security:spring-security-web:jar:5.7.5 diff --git a/doc/licenses/spring-security-5.7.5/NOTICE b/doc/licenses/spring-security-5.8.1/NOTICE similarity index 100% rename from doc/licenses/spring-security-5.7.5/NOTICE rename to doc/licenses/spring-security-5.8.1/NOTICE diff --git a/doc/licenses/spring-security-5.7.5/README b/doc/licenses/spring-security-5.8.1/README similarity index 91% rename from doc/licenses/spring-security-5.7.5/README rename to doc/licenses/spring-security-5.8.1/README index 44b071797..15f1ad0b9 100644 --- a/doc/licenses/spring-security-5.7.5/README +++ b/doc/licenses/spring-security-5.8.1/README @@ -1,7 +1,7 @@ Spring Security (https://spring.io/projects/spring-security) ------------------------------------------------------------ - Version: 5.7.5 + Version: 5.8.1 From: 'Spring' (https://spring.io/) License(s): Apache v2.0 diff --git a/doc/licenses/spring-security-5.8.1/dep-coordinates.txt b/doc/licenses/spring-security-5.8.1/dep-coordinates.txt new file mode 100644 index 000000000..84879c279 --- /dev/null +++ b/doc/licenses/spring-security-5.8.1/dep-coordinates.txt @@ -0,0 +1,3 @@ +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/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/pom.xml b/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/pom.xml index 9c99593bf..798002ab5 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 @@ -64,7 +64,7 @@ org.mybatis mybatis-guice - 3.17 + 3.18