mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-1859: Update Java dependencies to latest compatible versions.
This commit is contained in:
@@ -1 +0,0 @@
|
||||
org.apache.mina:mina-core:jar:2.2.1
|
@@ -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/).
|
@@ -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
|
1
doc/licenses/apache-mina-2.2.2/dep-coordinates.txt
Normal file
1
doc/licenses/apache-mina-2.2.2/dep-coordinates.txt
Normal file
@@ -0,0 +1 @@
|
||||
org.apache.mina:mina-core:jar:2.2.2
|
@@ -1 +0,0 @@
|
||||
org.bouncycastle:bc-fips:jar:1.0.2.3
|
@@ -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.
|
@@ -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)
|
||||
|
@@ -0,0 +1 @@
|
||||
org.bouncycastle:bc-fips:jar:1.0.2.4
|
@@ -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/).
|
@@ -1 +0,0 @@
|
||||
org.apache.directory.api:api-all:jar:2.1.3
|
5
doc/licenses/directory-api-2.1.4/NOTICE
Normal file
5
doc/licenses/directory-api-2.1.4/NOTICE
Normal file
@@ -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/).
|
@@ -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
|
1
doc/licenses/directory-api-2.1.4/dep-coordinates.txt
Normal file
1
doc/licenses/directory-api-2.1.4/dep-coordinates.txt
Normal file
@@ -0,0 +1 @@
|
||||
org.apache.directory.api:api-all:jar:2.1.4
|
@@ -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
|
@@ -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
|
@@ -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
|
@@ -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
|
5
doc/licenses/kotlin-1.9.10/dep-coordinates.txt
Normal file
5
doc/licenses/kotlin-1.9.10/dep-coordinates.txt
Normal file
@@ -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
|
@@ -1 +0,0 @@
|
||||
com.keepersecurity.secrets-manager:core:jar:16.5.4
|
@@ -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)
|
||||
|
1
doc/licenses/ksm-sdk-16.6.2/dep-coordinates.txt
Normal file
1
doc/licenses/ksm-sdk-16.6.2/dep-coordinates.txt
Normal file
@@ -0,0 +1 @@
|
||||
com.keepersecurity.secrets-manager:core:jar:16.6.2
|
@@ -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)
|
||||
|
2
doc/licenses/logback-1.3.11/dep-coordinates.txt
Normal file
2
doc/licenses/logback-1.3.11/dep-coordinates.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
ch.qos.logback:logback-classic:jar:1.3.11
|
||||
ch.qos.logback:logback-core:jar:1.3.11
|
@@ -1,2 +0,0 @@
|
||||
ch.qos.logback:logback-classic:jar:1.3.8
|
||||
ch.qos.logback:logback-core:jar:1.3.8
|
@@ -1,2 +0,0 @@
|
||||
org.slf4j:jul-to-slf4j:jar:2.0.7
|
||||
org.slf4j:slf4j-api:jar:2.0.7
|
@@ -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)
|
||||
|
2
doc/licenses/slf4j-api-2.0.9/dep-coordinates.txt
Normal file
2
doc/licenses/slf4j-api-2.0.9/dep-coordinates.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
org.slf4j:jul-to-slf4j:jar:2.0.9
|
||||
org.slf4j:slf4j-api:jar:2.0.9
|
@@ -1,2 +0,0 @@
|
||||
com.google.zxing:core:jar:3.5.1
|
||||
com.google.zxing:javase:jar:3.5.1
|
@@ -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
|
||||
|
2
doc/licenses/zxing-3.5.2/dep-coordinates.txt
Normal file
2
doc/licenses/zxing-3.5.2/dep-coordinates.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
com.google.zxing:core:jar:3.5.2
|
||||
com.google.zxing:javase:jar:3.5.2
|
@@ -51,7 +51,7 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.directory.api</groupId>
|
||||
<artifactId>api-all</artifactId>
|
||||
<version>2.1.3</version>
|
||||
<version>2.1.4</version>
|
||||
<exclusions>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
|
@@ -162,12 +162,12 @@
|
||||
<dependency>
|
||||
<groupId>com.google.zxing</groupId>
|
||||
<artifactId>javase</artifactId>
|
||||
<version>3.5.1</version>
|
||||
<version>3.5.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.zxing</groupId>
|
||||
<artifactId>core</artifactId>
|
||||
<version>3.5.1</version>
|
||||
<version>3.5.2</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Guacamole depends on an implementation of JAX-WS -->
|
||||
|
@@ -38,7 +38,7 @@
|
||||
</parent>
|
||||
|
||||
<properties>
|
||||
<kotlin.version>1.9.0</kotlin.version>
|
||||
<kotlin.version>1.9.10</kotlin.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
@@ -60,7 +60,7 @@
|
||||
<dependency>
|
||||
<groupId>com.keepersecurity.secrets-manager</groupId>
|
||||
<artifactId>core</artifactId>
|
||||
<version>16.5.4</version>
|
||||
<version>16.6.2</version>
|
||||
|
||||
<!-- Correct version conflict (different versions across transitive
|
||||
dependencies) -->
|
||||
@@ -106,7 +106,7 @@
|
||||
<dependency>
|
||||
<groupId>org.bouncycastle</groupId>
|
||||
<artifactId>bc-fips</artifactId>
|
||||
<version>1.0.2.3</version>
|
||||
<version>1.0.2.4</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
8
pom.xml
8
pom.xml
@@ -36,16 +36,16 @@
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
|
||||
<!-- Dependency versions -->
|
||||
<guava.version>32.1.1-jre</guava.version>
|
||||
<guava.version>32.1.2-jre</guava.version>
|
||||
<guice.version>5.1.0</guice.version>
|
||||
<hk2.version>2.6.1</hk2.version>
|
||||
<jackson.version>2.15.2</jackson.version>
|
||||
<jackson-databind.version>2.15.2</jackson-databind.version>
|
||||
<jersey.version>2.40</jersey.version>
|
||||
<junit.version>5.9.3</junit.version>
|
||||
<junit.version>5.10.0</junit.version>
|
||||
<junit4.version>4.13.2</junit4.version>
|
||||
<logback.version>1.3.8</logback.version>
|
||||
<slf4j.version>2.0.7</slf4j.version>
|
||||
<logback.version>1.3.11</logback.version>
|
||||
<slf4j.version>2.0.9</slf4j.version>
|
||||
|
||||
<!-- The directory that should receive all generated dependency lists
|
||||
(for LICENSE generation) -->
|
||||
|
Reference in New Issue
Block a user