From 5f50f036d73a8f2e989e217e39e39a65cb83c7f5 Mon Sep 17 00:00:00 2001 From: Mike Jumper Date: Tue, 3 Oct 2023 16:18:24 -0700 Subject: [PATCH] GUACAMOLE-1859: Update Java dependencies to latest compatible versions. --- .../apache-mina-2.2.1/dep-coordinates.txt | 1 - .../NOTICE | 2 +- .../README | 2 +- .../apache-mina-2.2.2/dep-coordinates.txt | 1 + .../dep-coordinates.txt | 1 - .../LICENSE | 16 ++++++++-------- .../README | 4 ++-- .../dep-coordinates.txt | 1 + doc/licenses/directory-api-2.1.3/NOTICE | 5 ----- .../directory-api-2.1.3/dep-coordinates.txt | 1 - doc/licenses/directory-api-2.1.4/NOTICE | 5 +++++ .../README | 2 +- .../directory-api-2.1.4/dep-coordinates.txt | 1 + .../README | 2 +- .../dep-coordinates.txt | 2 +- doc/licenses/kotlin-1.9.0/dep-coordinates.txt | 5 ----- .../{kotlin-1.9.0 => kotlin-1.9.10}/NOTICE.txt | 0 .../{kotlin-1.9.0 => kotlin-1.9.10}/README | 2 +- doc/licenses/kotlin-1.9.10/dep-coordinates.txt | 5 +++++ doc/licenses/ksm-sdk-16.5.4/dep-coordinates.txt | 1 - .../{ksm-sdk-16.5.4 => ksm-sdk-16.6.2}/LICENSE | 0 .../{ksm-sdk-16.5.4 => ksm-sdk-16.6.2}/README | 4 ++-- doc/licenses/ksm-sdk-16.6.2/dep-coordinates.txt | 1 + .../LICENSE.txt | 0 .../{logback-1.3.8 => logback-1.3.11}/README | 4 ++-- doc/licenses/logback-1.3.11/dep-coordinates.txt | 2 ++ doc/licenses/logback-1.3.8/dep-coordinates.txt | 2 -- doc/licenses/slf4j-api-2.0.7/dep-coordinates.txt | 2 -- .../LICENSE.txt | 0 .../{slf4j-api-2.0.7 => slf4j-api-2.0.9}/README | 4 ++-- doc/licenses/slf4j-api-2.0.9/dep-coordinates.txt | 2 ++ doc/licenses/zxing-3.5.1/dep-coordinates.txt | 2 -- .../{zxing-3.5.1 => zxing-3.5.2}/AUTHORS | 0 doc/licenses/{zxing-3.5.1 => zxing-3.5.2}/NOTICE | 0 doc/licenses/{zxing-3.5.1 => zxing-3.5.2}/README | 4 ++-- doc/licenses/zxing-3.5.2/dep-coordinates.txt | 2 ++ extensions/guacamole-auth-ldap/pom.xml | 2 +- extensions/guacamole-auth-totp/pom.xml | 4 ++-- .../modules/guacamole-vault-ksm/pom.xml | 6 +++--- pom.xml | 8 ++++---- 40 files changed, 54 insertions(+), 54 deletions(-) delete mode 100644 doc/licenses/apache-mina-2.2.1/dep-coordinates.txt rename doc/licenses/{apache-mina-2.2.1 => apache-mina-2.2.2}/NOTICE (68%) rename doc/licenses/{apache-mina-2.2.1 => apache-mina-2.2.2}/README (90%) create mode 100644 doc/licenses/apache-mina-2.2.2/dep-coordinates.txt delete mode 100644 doc/licenses/bouncycastle-fips-1.0.2.3/dep-coordinates.txt rename doc/licenses/{bouncycastle-fips-1.0.2.3 => bouncycastle-fips-1.0.2.4}/LICENSE (60%) rename doc/licenses/{bouncycastle-fips-1.0.2.3 => bouncycastle-fips-1.0.2.4}/README (75%) create mode 100644 doc/licenses/bouncycastle-fips-1.0.2.4/dep-coordinates.txt delete mode 100644 doc/licenses/directory-api-2.1.3/NOTICE delete mode 100644 doc/licenses/directory-api-2.1.3/dep-coordinates.txt create mode 100644 doc/licenses/directory-api-2.1.4/NOTICE rename doc/licenses/{directory-api-2.1.3 => directory-api-2.1.4}/README (91%) create mode 100644 doc/licenses/directory-api-2.1.4/dep-coordinates.txt rename doc/licenses/{guava-32.1.1-jre => guava-32.1.2-jre}/README (90%) rename doc/licenses/{guava-32.1.1-jre => guava-32.1.2-jre}/dep-coordinates.txt (76%) delete mode 100644 doc/licenses/kotlin-1.9.0/dep-coordinates.txt rename doc/licenses/{kotlin-1.9.0 => kotlin-1.9.10}/NOTICE.txt (100%) rename doc/licenses/{kotlin-1.9.0 => kotlin-1.9.10}/README (89%) create mode 100644 doc/licenses/kotlin-1.9.10/dep-coordinates.txt delete mode 100644 doc/licenses/ksm-sdk-16.5.4/dep-coordinates.txt rename doc/licenses/{ksm-sdk-16.5.4 => ksm-sdk-16.6.2}/LICENSE (100%) rename doc/licenses/{ksm-sdk-16.5.4 => ksm-sdk-16.6.2}/README (77%) create mode 100644 doc/licenses/ksm-sdk-16.6.2/dep-coordinates.txt rename doc/licenses/{logback-1.3.8 => logback-1.3.11}/LICENSE.txt (100%) rename doc/licenses/{logback-1.3.8 => logback-1.3.11}/README (63%) create mode 100644 doc/licenses/logback-1.3.11/dep-coordinates.txt delete mode 100644 doc/licenses/logback-1.3.8/dep-coordinates.txt delete mode 100644 doc/licenses/slf4j-api-2.0.7/dep-coordinates.txt rename doc/licenses/{slf4j-api-2.0.7 => slf4j-api-2.0.9}/LICENSE.txt (100%) rename doc/licenses/{slf4j-api-2.0.7 => slf4j-api-2.0.9}/README (70%) create mode 100644 doc/licenses/slf4j-api-2.0.9/dep-coordinates.txt delete mode 100644 doc/licenses/zxing-3.5.1/dep-coordinates.txt rename doc/licenses/{zxing-3.5.1 => zxing-3.5.2}/AUTHORS (100%) rename doc/licenses/{zxing-3.5.1 => zxing-3.5.2}/NOTICE (100%) rename doc/licenses/{zxing-3.5.1 => zxing-3.5.2}/README (85%) create mode 100644 doc/licenses/zxing-3.5.2/dep-coordinates.txt diff --git a/doc/licenses/apache-mina-2.2.1/dep-coordinates.txt b/doc/licenses/apache-mina-2.2.1/dep-coordinates.txt deleted file mode 100644 index f6881854c..000000000 --- a/doc/licenses/apache-mina-2.2.1/dep-coordinates.txt +++ /dev/null @@ -1 +0,0 @@ -org.apache.mina:mina-core:jar:2.2.1 diff --git a/doc/licenses/apache-mina-2.2.1/NOTICE b/doc/licenses/apache-mina-2.2.2/NOTICE similarity index 68% rename from doc/licenses/apache-mina-2.2.1/NOTICE rename to doc/licenses/apache-mina-2.2.2/NOTICE index 893531138..8bbb45551 100644 --- a/doc/licenses/apache-mina-2.2.1/NOTICE +++ b/doc/licenses/apache-mina-2.2.2/NOTICE @@ -1,5 +1,5 @@ Apache MINA -Copyright 2007-2016 The Apache Software Foundation. +Copyright 2007-2023 The Apache Software Foundation. This product includes software developed at The Apache Software Foundation (http://www.apache.org/). diff --git a/doc/licenses/apache-mina-2.2.1/README b/doc/licenses/apache-mina-2.2.2/README similarity index 90% rename from doc/licenses/apache-mina-2.2.1/README rename to doc/licenses/apache-mina-2.2.2/README index afb3c91c7..8fea0f1e9 100644 --- a/doc/licenses/apache-mina-2.2.1/README +++ b/doc/licenses/apache-mina-2.2.2/README @@ -1,7 +1,7 @@ Apache Mina (https://mina.apache.org/) -------------------------------------- - Version: 2.2.1 + Version: 2.2.2 From: 'Apache Software Foundation' (https://www.apache.org/) License(s): Apache v2.0 diff --git a/doc/licenses/apache-mina-2.2.2/dep-coordinates.txt b/doc/licenses/apache-mina-2.2.2/dep-coordinates.txt new file mode 100644 index 000000000..5bf57abcf --- /dev/null +++ b/doc/licenses/apache-mina-2.2.2/dep-coordinates.txt @@ -0,0 +1 @@ +org.apache.mina:mina-core:jar:2.2.2 diff --git a/doc/licenses/bouncycastle-fips-1.0.2.3/dep-coordinates.txt b/doc/licenses/bouncycastle-fips-1.0.2.3/dep-coordinates.txt deleted file mode 100644 index b5c076437..000000000 --- a/doc/licenses/bouncycastle-fips-1.0.2.3/dep-coordinates.txt +++ /dev/null @@ -1 +0,0 @@ -org.bouncycastle:bc-fips:jar:1.0.2.3 diff --git a/doc/licenses/bouncycastle-fips-1.0.2.3/LICENSE b/doc/licenses/bouncycastle-fips-1.0.2.4/LICENSE similarity index 60% rename from doc/licenses/bouncycastle-fips-1.0.2.3/LICENSE rename to doc/licenses/bouncycastle-fips-1.0.2.4/LICENSE index a02bc176b..613014285 100644 --- a/doc/licenses/bouncycastle-fips-1.0.2.3/LICENSE +++ b/doc/licenses/bouncycastle-fips-1.0.2.4/LICENSE @@ -1,12 +1,12 @@ -Copyright (c) 2000 - 2021 The Legion of the Bouncy Castle Inc. +Copyright (c) 2000 - 2023 The Legion of the Bouncy Castle Inc. (https://www.bouncycastle.org) -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies -of the Software, and to permit persons to whom the Software is furnished to do -so, subject to the following conditions: +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. @@ -17,4 +17,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. +SOFTWARE. diff --git a/doc/licenses/bouncycastle-fips-1.0.2.3/README b/doc/licenses/bouncycastle-fips-1.0.2.4/README similarity index 75% rename from doc/licenses/bouncycastle-fips-1.0.2.3/README rename to doc/licenses/bouncycastle-fips-1.0.2.4/README index 9813256bd..58588fe3d 100644 --- a/doc/licenses/bouncycastle-fips-1.0.2.3/README +++ b/doc/licenses/bouncycastle-fips-1.0.2.4/README @@ -1,8 +1,8 @@ BouncyCastle FIPS Distribution (https://www.bouncycastle.org/fips-java) ----------------------------------------------------------------------- - Version: 1.0.2.3 + Version: 1.0.2.4 From: 'The Legion of Bouncy Castle' (https://www.bouncycastle.org) License(s): - MIT (bundled/bouncycastle-fips-1.0.2.3/LICENSE) + MIT (bundled/bouncycastle-fips-1.0.2.4/LICENSE) diff --git a/doc/licenses/bouncycastle-fips-1.0.2.4/dep-coordinates.txt b/doc/licenses/bouncycastle-fips-1.0.2.4/dep-coordinates.txt new file mode 100644 index 000000000..ea08eb75c --- /dev/null +++ b/doc/licenses/bouncycastle-fips-1.0.2.4/dep-coordinates.txt @@ -0,0 +1 @@ +org.bouncycastle:bc-fips:jar:1.0.2.4 diff --git a/doc/licenses/directory-api-2.1.3/NOTICE b/doc/licenses/directory-api-2.1.3/NOTICE deleted file mode 100644 index 41b0ed4e0..000000000 --- a/doc/licenses/directory-api-2.1.3/NOTICE +++ /dev/null @@ -1,5 +0,0 @@ -Apache Directory LDAP API -Copyright 2003-2022 The Apache Software Foundation - -This product includes software developed at -The Apache Software Foundation (http://www.apache.org/). diff --git a/doc/licenses/directory-api-2.1.3/dep-coordinates.txt b/doc/licenses/directory-api-2.1.3/dep-coordinates.txt deleted file mode 100644 index d2c2f9277..000000000 --- a/doc/licenses/directory-api-2.1.3/dep-coordinates.txt +++ /dev/null @@ -1 +0,0 @@ -org.apache.directory.api:api-all:jar:2.1.3 diff --git a/doc/licenses/directory-api-2.1.4/NOTICE b/doc/licenses/directory-api-2.1.4/NOTICE new file mode 100644 index 000000000..676a182bd --- /dev/null +++ b/doc/licenses/directory-api-2.1.4/NOTICE @@ -0,0 +1,5 @@ +Apache Directory LDAP API +Copyright 2003-2023 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (https://www.apache.org/). diff --git a/doc/licenses/directory-api-2.1.3/README b/doc/licenses/directory-api-2.1.4/README similarity index 91% rename from doc/licenses/directory-api-2.1.3/README rename to doc/licenses/directory-api-2.1.4/README index 4a7d8ded3..1ceaa17b4 100644 --- a/doc/licenses/directory-api-2.1.3/README +++ b/doc/licenses/directory-api-2.1.4/README @@ -1,7 +1,7 @@ Apache Directory LDAP API (http://directory.apache.org) ------------------------------------------------------- - Version: 2.1.3 + Version: 2.1.4 From: 'Apache Software Foundation' (https://www.apache.org/) License(s): Apache v2.0 diff --git a/doc/licenses/directory-api-2.1.4/dep-coordinates.txt b/doc/licenses/directory-api-2.1.4/dep-coordinates.txt new file mode 100644 index 000000000..8d7257210 --- /dev/null +++ b/doc/licenses/directory-api-2.1.4/dep-coordinates.txt @@ -0,0 +1 @@ +org.apache.directory.api:api-all:jar:2.1.4 diff --git a/doc/licenses/guava-32.1.1-jre/README b/doc/licenses/guava-32.1.2-jre/README similarity index 90% rename from doc/licenses/guava-32.1.1-jre/README rename to doc/licenses/guava-32.1.2-jre/README index d1469033c..affd04226 100644 --- a/doc/licenses/guava-32.1.1-jre/README +++ b/doc/licenses/guava-32.1.2-jre/README @@ -1,7 +1,7 @@ Guava: Google Core Libraries for Java (https://github.com/google/guava) ----------------------------------------------------------------------- - Version: 32.1.1-jre + Version: 32.1.2-jre From: 'Google Inc.' (http://www.google.com/) License(s): Apache v2.0 diff --git a/doc/licenses/guava-32.1.1-jre/dep-coordinates.txt b/doc/licenses/guava-32.1.2-jre/dep-coordinates.txt similarity index 76% rename from doc/licenses/guava-32.1.1-jre/dep-coordinates.txt rename to doc/licenses/guava-32.1.2-jre/dep-coordinates.txt index 694242470..c71abdf25 100644 --- a/doc/licenses/guava-32.1.1-jre/dep-coordinates.txt +++ b/doc/licenses/guava-32.1.2-jre/dep-coordinates.txt @@ -1,3 +1,3 @@ com.google.guava:failureaccess:jar:1.0.1 -com.google.guava:guava:jar:32.1.1-jre +com.google.guava:guava:jar:32.1.2-jre com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava diff --git a/doc/licenses/kotlin-1.9.0/dep-coordinates.txt b/doc/licenses/kotlin-1.9.0/dep-coordinates.txt deleted file mode 100644 index ce0ecd676..000000000 --- a/doc/licenses/kotlin-1.9.0/dep-coordinates.txt +++ /dev/null @@ -1,5 +0,0 @@ -org.jetbrains.kotlin:kotlin-reflect:jar:1.9.0 -org.jetbrains.kotlin:kotlin-stdlib:jar:1.9.0 -org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.9.0 -org.jetbrains.kotlin:kotlin-stdlib-jdk8:jar:1.9.0 -org.jetbrains.kotlin:kotlin-stdlib-jdk7:jar:1.9.0 diff --git a/doc/licenses/kotlin-1.9.0/NOTICE.txt b/doc/licenses/kotlin-1.9.10/NOTICE.txt similarity index 100% rename from doc/licenses/kotlin-1.9.0/NOTICE.txt rename to doc/licenses/kotlin-1.9.10/NOTICE.txt diff --git a/doc/licenses/kotlin-1.9.0/README b/doc/licenses/kotlin-1.9.10/README similarity index 89% rename from doc/licenses/kotlin-1.9.0/README rename to doc/licenses/kotlin-1.9.10/README index 73de2f24c..f7a6a3b7a 100644 --- a/doc/licenses/kotlin-1.9.0/README +++ b/doc/licenses/kotlin-1.9.10/README @@ -1,7 +1,7 @@ Kotlin (https://kotlinlang.org/) -------------------------------- - Version: 1.9.0 + Version: 1.9.10 From: 'JetBrains s.r.o and respective authors and developers' License(s): Apache v2.0 diff --git a/doc/licenses/kotlin-1.9.10/dep-coordinates.txt b/doc/licenses/kotlin-1.9.10/dep-coordinates.txt new file mode 100644 index 000000000..90ed95929 --- /dev/null +++ b/doc/licenses/kotlin-1.9.10/dep-coordinates.txt @@ -0,0 +1,5 @@ +org.jetbrains.kotlin:kotlin-reflect:jar:1.9.10 +org.jetbrains.kotlin:kotlin-stdlib:jar:1.9.10 +org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.9.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:jar:1.9.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:jar:1.9.10 diff --git a/doc/licenses/ksm-sdk-16.5.4/dep-coordinates.txt b/doc/licenses/ksm-sdk-16.5.4/dep-coordinates.txt deleted file mode 100644 index 448100780..000000000 --- a/doc/licenses/ksm-sdk-16.5.4/dep-coordinates.txt +++ /dev/null @@ -1 +0,0 @@ -com.keepersecurity.secrets-manager:core:jar:16.5.4 diff --git a/doc/licenses/ksm-sdk-16.5.4/LICENSE b/doc/licenses/ksm-sdk-16.6.2/LICENSE similarity index 100% rename from doc/licenses/ksm-sdk-16.5.4/LICENSE rename to doc/licenses/ksm-sdk-16.6.2/LICENSE diff --git a/doc/licenses/ksm-sdk-16.5.4/README b/doc/licenses/ksm-sdk-16.6.2/README similarity index 77% rename from doc/licenses/ksm-sdk-16.5.4/README rename to doc/licenses/ksm-sdk-16.6.2/README index 7aaedba80..d60941712 100644 --- a/doc/licenses/ksm-sdk-16.5.4/README +++ b/doc/licenses/ksm-sdk-16.6.2/README @@ -2,8 +2,8 @@ Keeper Secrets Manager Java SDK (https://github.com/Keeper-Security/secrets-manager) ---------------------------------------------------- - Version: 16.5.4 + Version: 16.6.2 From: 'Keeper Security' (https://www.keepersecurity.com/) License(s): - MIT (bundled/ksm-sdk-16.5.4/LICENSE) + MIT (bundled/ksm-sdk-16.6.2/LICENSE) diff --git a/doc/licenses/ksm-sdk-16.6.2/dep-coordinates.txt b/doc/licenses/ksm-sdk-16.6.2/dep-coordinates.txt new file mode 100644 index 000000000..f5db74eaf --- /dev/null +++ b/doc/licenses/ksm-sdk-16.6.2/dep-coordinates.txt @@ -0,0 +1 @@ +com.keepersecurity.secrets-manager:core:jar:16.6.2 diff --git a/doc/licenses/logback-1.3.8/LICENSE.txt b/doc/licenses/logback-1.3.11/LICENSE.txt similarity index 100% rename from doc/licenses/logback-1.3.8/LICENSE.txt rename to doc/licenses/logback-1.3.11/LICENSE.txt diff --git a/doc/licenses/logback-1.3.8/README b/doc/licenses/logback-1.3.11/README similarity index 63% rename from doc/licenses/logback-1.3.8/README rename to doc/licenses/logback-1.3.11/README index fd0d8947a..a81bdedaf 100644 --- a/doc/licenses/logback-1.3.8/README +++ b/doc/licenses/logback-1.3.11/README @@ -1,8 +1,8 @@ Logback (http://logback.qos.ch/) -------------------------------- - Version: 1.3.8 + Version: 1.3.11 From: 'QOS.ch Sàrl' (http://qos.ch/) License(s): - EPL v1.0 (bundled/logback-1.3.8/LICENSE.txt) + EPL v1.0 (bundled/logback-1.3.11/LICENSE.txt) diff --git a/doc/licenses/logback-1.3.11/dep-coordinates.txt b/doc/licenses/logback-1.3.11/dep-coordinates.txt new file mode 100644 index 000000000..be16de903 --- /dev/null +++ b/doc/licenses/logback-1.3.11/dep-coordinates.txt @@ -0,0 +1,2 @@ +ch.qos.logback:logback-classic:jar:1.3.11 +ch.qos.logback:logback-core:jar:1.3.11 diff --git a/doc/licenses/logback-1.3.8/dep-coordinates.txt b/doc/licenses/logback-1.3.8/dep-coordinates.txt deleted file mode 100644 index bbc410bb6..000000000 --- a/doc/licenses/logback-1.3.8/dep-coordinates.txt +++ /dev/null @@ -1,2 +0,0 @@ -ch.qos.logback:logback-classic:jar:1.3.8 -ch.qos.logback:logback-core:jar:1.3.8 diff --git a/doc/licenses/slf4j-api-2.0.7/dep-coordinates.txt b/doc/licenses/slf4j-api-2.0.7/dep-coordinates.txt deleted file mode 100644 index 9de74e635..000000000 --- a/doc/licenses/slf4j-api-2.0.7/dep-coordinates.txt +++ /dev/null @@ -1,2 +0,0 @@ -org.slf4j:jul-to-slf4j:jar:2.0.7 -org.slf4j:slf4j-api:jar:2.0.7 diff --git a/doc/licenses/slf4j-api-2.0.7/LICENSE.txt b/doc/licenses/slf4j-api-2.0.9/LICENSE.txt similarity index 100% rename from doc/licenses/slf4j-api-2.0.7/LICENSE.txt rename to doc/licenses/slf4j-api-2.0.9/LICENSE.txt diff --git a/doc/licenses/slf4j-api-2.0.7/README b/doc/licenses/slf4j-api-2.0.9/README similarity index 70% rename from doc/licenses/slf4j-api-2.0.7/README rename to doc/licenses/slf4j-api-2.0.9/README index 2fbef08ed..9520f4d84 100644 --- a/doc/licenses/slf4j-api-2.0.7/README +++ b/doc/licenses/slf4j-api-2.0.9/README @@ -1,8 +1,8 @@ Simple Logging Facade for Java (http://slf4j.org/) -------------------------------------------------- - Version: 2.0.7 + Version: 2.0.9 From: 'QOS.ch Sàrl' (http://qos.ch/) License(s): - MIT (bundled/slf4j-api-2.0.7/LICENSE.txt) + MIT (bundled/slf4j-api-2.0.9/LICENSE.txt) diff --git a/doc/licenses/slf4j-api-2.0.9/dep-coordinates.txt b/doc/licenses/slf4j-api-2.0.9/dep-coordinates.txt new file mode 100644 index 000000000..d4db9dd7e --- /dev/null +++ b/doc/licenses/slf4j-api-2.0.9/dep-coordinates.txt @@ -0,0 +1,2 @@ +org.slf4j:jul-to-slf4j:jar:2.0.9 +org.slf4j:slf4j-api:jar:2.0.9 diff --git a/doc/licenses/zxing-3.5.1/dep-coordinates.txt b/doc/licenses/zxing-3.5.1/dep-coordinates.txt deleted file mode 100644 index 32b7d96b1..000000000 --- a/doc/licenses/zxing-3.5.1/dep-coordinates.txt +++ /dev/null @@ -1,2 +0,0 @@ -com.google.zxing:core:jar:3.5.1 -com.google.zxing:javase:jar:3.5.1 diff --git a/doc/licenses/zxing-3.5.1/AUTHORS b/doc/licenses/zxing-3.5.2/AUTHORS similarity index 100% rename from doc/licenses/zxing-3.5.1/AUTHORS rename to doc/licenses/zxing-3.5.2/AUTHORS diff --git a/doc/licenses/zxing-3.5.1/NOTICE b/doc/licenses/zxing-3.5.2/NOTICE similarity index 100% rename from doc/licenses/zxing-3.5.1/NOTICE rename to doc/licenses/zxing-3.5.2/NOTICE diff --git a/doc/licenses/zxing-3.5.1/README b/doc/licenses/zxing-3.5.2/README similarity index 85% rename from doc/licenses/zxing-3.5.1/README rename to doc/licenses/zxing-3.5.2/README index ee6e02c95..a05aeaf8c 100644 --- a/doc/licenses/zxing-3.5.1/README +++ b/doc/licenses/zxing-3.5.2/README @@ -1,8 +1,8 @@ ZXing Barcode Scanning Library (https://github.com/zxing/zxing/) ---------------------------------------------------------------- - Version: 3.5.1 - From: 'ZXing authors' (https://github.com/zxing/zxing/blob/zxing-3.5.1/AUTHORS) + Version: 3.5.2 + From: 'ZXing authors' (https://github.com/zxing/zxing/blob/zxing-3.5.2/AUTHORS) License(s): Apache v2.0 diff --git a/doc/licenses/zxing-3.5.2/dep-coordinates.txt b/doc/licenses/zxing-3.5.2/dep-coordinates.txt new file mode 100644 index 000000000..041989d7d --- /dev/null +++ b/doc/licenses/zxing-3.5.2/dep-coordinates.txt @@ -0,0 +1,2 @@ +com.google.zxing:core:jar:3.5.2 +com.google.zxing:javase:jar:3.5.2 diff --git a/extensions/guacamole-auth-ldap/pom.xml b/extensions/guacamole-auth-ldap/pom.xml index 9a492c0d6..cd3bd5b4d 100644 --- a/extensions/guacamole-auth-ldap/pom.xml +++ b/extensions/guacamole-auth-ldap/pom.xml @@ -51,7 +51,7 @@ org.apache.directory.api api-all - 2.1.3 + 2.1.4 diff --git a/extensions/guacamole-auth-totp/pom.xml b/extensions/guacamole-auth-totp/pom.xml index 9d041e3f9..019b810f2 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.1 + 3.5.2 com.google.zxing core - 3.5.1 + 3.5.2 diff --git a/extensions/guacamole-vault/modules/guacamole-vault-ksm/pom.xml b/extensions/guacamole-vault/modules/guacamole-vault-ksm/pom.xml index 3ddba9cf6..e67bc6331 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.9.0 + 1.9.10 @@ -60,7 +60,7 @@ com.keepersecurity.secrets-manager core - 16.5.4 + 16.6.2 @@ -106,7 +106,7 @@ org.bouncycastle bc-fips - 1.0.2.3 + 1.0.2.4 diff --git a/pom.xml b/pom.xml index cb0a38acd..98f16a2e2 100644 --- a/pom.xml +++ b/pom.xml @@ -36,16 +36,16 @@ UTF-8 - 32.1.1-jre + 32.1.2-jre 5.1.0 2.6.1 2.15.2 2.15.2 2.40 - 5.9.3 + 5.10.0 4.13.2 - 1.3.8 - 2.0.7 + 1.3.11 + 2.0.9