mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
Merge 1.5.0 changes back to master.
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-example</artifactId>
|
||||
<packaging>war</packaging>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
<name>guacamole-example</name>
|
||||
<url>http://guacamole.apache.org/</url>
|
||||
|
||||
@@ -106,7 +106,7 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-common</artifactId>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
@@ -114,7 +114,7 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-common-js</artifactId>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
<type>zip</type>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
@@ -122,7 +122,7 @@
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-simple</artifactId>
|
||||
<version>2.0.3</version>
|
||||
<version>2.0.6</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
|
@@ -26,7 +26,7 @@
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-playback-example</artifactId>
|
||||
<packaging>war</packaging>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
<name>guacamole-playback-example</name>
|
||||
<url>http://guacamole.apache.org/</url>
|
||||
|
||||
@@ -88,7 +88,7 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-common-js</artifactId>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
<type>zip</type>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
|
@@ -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
|
@@ -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
|
@@ -1 +0,0 @@
|
||||
com.fasterxml.jackson.core:jackson-databind:jar:2.14.0
|
@@ -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
|
1
doc/licenses/jackson-databind-2.14.1/dep-coordinates.txt
Normal file
1
doc/licenses/jackson-databind-2.14.1/dep-coordinates.txt
Normal file
@@ -0,0 +1 @@
|
||||
com.fasterxml.jackson.core:jackson-databind:jar:2.14.1
|
@@ -1 +0,0 @@
|
||||
org.javassist:javassist:jar:3.25.0-GA
|
@@ -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
|
1
doc/licenses/javassist-3.29.0-ga/dep-coordinates.txt
Normal file
1
doc/licenses/javassist-3.29.0-ga/dep-coordinates.txt
Normal file
@@ -0,0 +1 @@
|
||||
org.javassist:javassist:jar:3.29.0-GA
|
@@ -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
|
@@ -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)
|
||||
|
7
doc/licenses/jersey-2.38/dep-coordinates.txt
Normal file
7
doc/licenses/jersey-2.38/dep-coordinates.txt
Normal file
@@ -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
|
@@ -1,8 +1,8 @@
|
||||
jQuery (http://jquery.com/)
|
||||
---------------------------
|
||||
|
||||
Version: 3.6.1
|
||||
Version: 3.6.3
|
||||
From: 'OpenJS Foundation' (https://openjsf.org/)
|
||||
License(s):
|
||||
MIT (bundled/jquery-3.6.1/LICENSE.txt)
|
||||
MIT (bundled/jquery-3.6.3/LICENSE.txt)
|
||||
|
||||
|
@@ -1 +1 @@
|
||||
jquery:3.6.1
|
||||
jquery:3.6.3
|
||||
|
@@ -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
|
@@ -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
|
5
doc/licenses/kotlin-1.8.0/dep-coordinates.txt
Normal file
5
doc/licenses/kotlin-1.8.0/dep-coordinates.txt
Normal file
@@ -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
|
@@ -1,2 +0,0 @@
|
||||
ch.qos.logback:logback-classic:jar:1.3.4
|
||||
ch.qos.logback:logback-core:jar:1.3.4
|
@@ -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)
|
||||
|
2
doc/licenses/logback-1.3.5/dep-coordinates.txt
Normal file
2
doc/licenses/logback-1.3.5/dep-coordinates.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
ch.qos.logback:logback-classic:jar:1.3.5
|
||||
ch.qos.logback:logback-core:jar:1.3.5
|
@@ -1 +0,0 @@
|
||||
org.mybatis:mybatis-guice:jar:3.17
|
@@ -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
|
1
doc/licenses/mybatis-guice-3.18/dep-coordinates.txt
Normal file
1
doc/licenses/mybatis-guice-3.18/dep-coordinates.txt
Normal file
@@ -0,0 +1 @@
|
||||
org.mybatis:mybatis-guice:jar:3.18
|
@@ -1,2 +0,0 @@
|
||||
org.slf4j:jul-to-slf4j:jar:2.0.3
|
||||
org.slf4j:slf4j-api:jar:2.0.3
|
@@ -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)
|
||||
|
2
doc/licenses/slf4j-api-2.0.6/dep-coordinates.txt
Normal file
2
doc/licenses/slf4j-api-2.0.6/dep-coordinates.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
org.slf4j:jul-to-slf4j:jar:2.0.6
|
||||
org.slf4j:slf4j-api:jar:2.0.6
|
@@ -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
|
@@ -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
|
7
doc/licenses/spring-framework-5.3.24/dep-coordinates.txt
Normal file
7
doc/licenses/spring-framework-5.3.24/dep-coordinates.txt
Normal file
@@ -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
|
@@ -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
|
@@ -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
|
3
doc/licenses/spring-security-5.8.1/dep-coordinates.txt
Normal file
3
doc/licenses/spring-security-5.8.1/dep-coordinates.txt
Normal file
@@ -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
|
@@ -26,14 +26,14 @@
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-auth-duo</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
<name>guacamole-auth-duo</name>
|
||||
<url>http://guacamole.apache.org/</url>
|
||||
|
||||
<parent>
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>extensions</artifactId>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
<relativePath>../</relativePath>
|
||||
</parent>
|
||||
|
||||
@@ -132,7 +132,7 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-ext</artifactId>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
|
||||
"guacamoleVersion" : "1.4.0",
|
||||
"guacamoleVersion" : "1.5.0",
|
||||
|
||||
"name" : "Duo TFA Authentication Backend",
|
||||
"namespace" : "duo",
|
||||
|
@@ -26,14 +26,14 @@
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-auth-header</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
<name>guacamole-auth-header</name>
|
||||
<url>http://guacamole.apache.org/</url>
|
||||
|
||||
<parent>
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>extensions</artifactId>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
<relativePath>../</relativePath>
|
||||
</parent>
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-ext</artifactId>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
|
||||
"guacamoleVersion" : "1.4.0",
|
||||
"guacamoleVersion" : "1.5.0",
|
||||
|
||||
"name" : "HTTP Header Authentication Extension",
|
||||
"namespace" : "header",
|
||||
|
@@ -32,7 +32,7 @@
|
||||
<parent>
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-auth-jdbc</artifactId>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
<relativePath>../../</relativePath>
|
||||
</parent>
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
<dependency>
|
||||
<groupId>org.mybatis</groupId>
|
||||
<artifactId>mybatis-guice</artifactId>
|
||||
<version>3.17</version>
|
||||
<version>3.18</version>
|
||||
<exclusions>
|
||||
|
||||
<!-- This dependency appears to be necessary only to provide an
|
||||
|
@@ -32,7 +32,7 @@
|
||||
<parent>
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-auth-jdbc</artifactId>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
<relativePath>../../</relativePath>
|
||||
</parent>
|
||||
|
||||
@@ -42,21 +42,21 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-auth-jdbc-mysql</artifactId>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
</dependency>
|
||||
|
||||
<!-- PostgreSQL Authentication Extension -->
|
||||
<dependency>
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-auth-jdbc-postgresql</artifactId>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
</dependency>
|
||||
|
||||
<!-- SQL Server Authentication Extension -->
|
||||
<dependency>
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-auth-jdbc-sqlserver</artifactId>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
@@ -32,7 +32,7 @@
|
||||
<parent>
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-auth-jdbc</artifactId>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
<relativePath>../../</relativePath>
|
||||
</parent>
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-auth-jdbc-base</artifactId>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
|
||||
"guacamoleVersion" : "1.4.0",
|
||||
"guacamoleVersion" : "1.5.0",
|
||||
|
||||
"name" : "MySQL Authentication",
|
||||
"namespace" : "mysql",
|
||||
|
@@ -32,7 +32,7 @@
|
||||
<parent>
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-auth-jdbc</artifactId>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
<relativePath>../../</relativePath>
|
||||
</parent>
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-auth-jdbc-base</artifactId>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
|
||||
"guacamoleVersion" : "1.4.0",
|
||||
"guacamoleVersion" : "1.5.0",
|
||||
|
||||
"name" : "PostgreSQL Authentication",
|
||||
"namespace" : "postgresql",
|
||||
|
@@ -32,7 +32,7 @@
|
||||
<parent>
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-auth-jdbc</artifactId>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
<relativePath>../../</relativePath>
|
||||
</parent>
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-auth-jdbc-base</artifactId>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
|
||||
"guacamoleVersion" : "1.4.0",
|
||||
"guacamoleVersion" : "1.5.0",
|
||||
|
||||
"name" : "SQLServer Authentication",
|
||||
"namespace" : "sqlserver",
|
||||
|
@@ -26,14 +26,14 @@
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-auth-jdbc</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
<name>guacamole-auth-jdbc</name>
|
||||
<url>http://guacamole.apache.org/</url>
|
||||
|
||||
<parent>
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>extensions</artifactId>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
<relativePath>../</relativePath>
|
||||
</parent>
|
||||
|
||||
@@ -59,7 +59,7 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-ext</artifactId>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
|
@@ -26,14 +26,14 @@
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-auth-json</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
<name>guacamole-auth-json</name>
|
||||
<url>http://guacamole.apache.org/</url>
|
||||
|
||||
<parent>
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>extensions</artifactId>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
<relativePath>../</relativePath>
|
||||
</parent>
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-ext</artifactId>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
@@ -77,7 +77,7 @@
|
||||
<dependency>
|
||||
<groupId>org.springframework.security</groupId>
|
||||
<artifactId>spring-security-web</artifactId>
|
||||
<version>5.7.5</version>
|
||||
<version>5.8.1</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
|
||||
"guacamoleVersion" : "1.4.0",
|
||||
"guacamoleVersion" : "1.5.0",
|
||||
|
||||
"name" : "Encrypted JSON Authentication",
|
||||
"namespace" : "json",
|
||||
|
@@ -26,14 +26,14 @@
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-auth-ldap</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
<name>guacamole-auth-ldap</name>
|
||||
<url>http://guacamole.apache.org/</url>
|
||||
|
||||
<parent>
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>extensions</artifactId>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
<relativePath>../</relativePath>
|
||||
</parent>
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-ext</artifactId>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
|
||||
"guacamoleVersion" : "1.4.0",
|
||||
"guacamoleVersion" : "1.5.0",
|
||||
|
||||
"name" : "LDAP Authentication",
|
||||
"namespace" : "ldap",
|
||||
|
@@ -26,14 +26,14 @@
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-auth-quickconnect</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
<name>guacamole-auth-quickconnect</name>
|
||||
<url>http://guacamole.apache.org/</url>
|
||||
|
||||
<parent>
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>extensions</artifactId>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
<relativePath>../</relativePath>
|
||||
</parent>
|
||||
|
||||
@@ -98,7 +98,7 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-ext</artifactId>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"guacamoleVersion" : "1.4.0",
|
||||
"guacamoleVersion" : "1.5.0",
|
||||
|
||||
"name" : "Adhoc Guacamole Connections",
|
||||
"namespace" : "quickconnect",
|
||||
|
@@ -26,14 +26,14 @@
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-auth-radius</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
<name>guacamole-auth-radius</name>
|
||||
<url>http://guacamole.apache.org/</url>
|
||||
|
||||
<parent>
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>extensions</artifactId>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
<relativePath>../</relativePath>
|
||||
</parent>
|
||||
|
||||
@@ -115,7 +115,7 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-ext</artifactId>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
|
||||
"guacamoleVersion" : "1.4.0",
|
||||
"guacamoleVersion" : "1.5.0",
|
||||
|
||||
"name" : "RADIUS Authentication Backend",
|
||||
"namespace" : "radius",
|
||||
|
@@ -32,7 +32,7 @@
|
||||
<parent>
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-auth-sso</artifactId>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
<relativePath>../../</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@@ -26,14 +26,14 @@
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-auth-sso-cas</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
<name>guacamole-auth-sso-cas</name>
|
||||
<url>http://guacamole.apache.org/</url>
|
||||
|
||||
<parent>
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-auth-sso</artifactId>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
<relativePath>../../</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
|
||||
"guacamoleVersion" : "1.4.0",
|
||||
"guacamoleVersion" : "1.5.0",
|
||||
|
||||
"name" : "CAS Authentication Extension",
|
||||
"namespace" : "cas",
|
||||
|
@@ -32,7 +32,7 @@
|
||||
<parent>
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-auth-sso</artifactId>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
<relativePath>../../</relativePath>
|
||||
</parent>
|
||||
|
||||
@@ -42,21 +42,21 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-auth-sso-cas</artifactId>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
</dependency>
|
||||
|
||||
<!-- OpenID Authentication Extension -->
|
||||
<dependency>
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-auth-sso-openid</artifactId>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
</dependency>
|
||||
|
||||
<!-- SAML Authentication Extension -->
|
||||
<dependency>
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-auth-sso-saml</artifactId>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
@@ -26,14 +26,14 @@
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-auth-sso-openid</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
<name>guacamole-auth-sso-openid</name>
|
||||
<url>http://guacamole.apache.org/</url>
|
||||
|
||||
<parent>
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-auth-sso</artifactId>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
<relativePath>../../</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
|
||||
"guacamoleVersion" : "1.4.0",
|
||||
"guacamoleVersion" : "1.5.0",
|
||||
|
||||
"name" : "OpenID Authentication Extension",
|
||||
"namespace" : "openid",
|
||||
|
@@ -26,14 +26,14 @@
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-auth-sso-saml</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
<name>guacamole-auth-sso-saml</name>
|
||||
<url>http://guacamole.apache.org/</url>
|
||||
|
||||
<parent>
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-auth-sso</artifactId>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
<relativePath>../../</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
|
||||
"guacamoleVersion" : "1.4.0",
|
||||
"guacamoleVersion" : "1.5.0",
|
||||
|
||||
"name" : "SAML Authentication Extension",
|
||||
"namespace" : "saml",
|
||||
|
@@ -26,14 +26,14 @@
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-auth-sso</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
<name>guacamole-auth-sso</name>
|
||||
<url>http://guacamole.apache.org/</url>
|
||||
|
||||
<parent>
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>extensions</artifactId>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
<relativePath>../</relativePath>
|
||||
</parent>
|
||||
|
||||
@@ -59,7 +59,7 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-ext</artifactId>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
@@ -67,7 +67,7 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-auth-sso-base</artifactId>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Java servlet API -->
|
||||
|
@@ -26,14 +26,14 @@
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-auth-totp</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
<name>guacamole-auth-totp</name>
|
||||
<url>http://guacamole.incubator.apache.org/</url>
|
||||
|
||||
<parent>
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>extensions</artifactId>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
<relativePath>../</relativePath>
|
||||
</parent>
|
||||
|
||||
@@ -127,7 +127,7 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-ext</artifactId>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
|
||||
"guacamoleVersion" : "1.4.0",
|
||||
"guacamoleVersion" : "1.5.0",
|
||||
|
||||
"name" : "TOTP TFA Authentication Backend",
|
||||
"namespace" : "totp",
|
||||
|
@@ -26,14 +26,14 @@
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-history-recording-storage</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
<name>guacamole-history-recording-storage</name>
|
||||
<url>http://guacamole.apache.org/</url>
|
||||
|
||||
<parent>
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>extensions</artifactId>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
<relativePath>../</relativePath>
|
||||
</parent>
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-ext</artifactId>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
|
||||
"guacamoleVersion" : "1.4.0",
|
||||
"guacamoleVersion" : "1.5.0",
|
||||
|
||||
"name" : "Session Recording Storage",
|
||||
"namespace" : "recording-storage",
|
||||
|
@@ -36,7 +36,7 @@
|
||||
<parent>
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-vault</artifactId>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
<relativePath>../../</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@@ -36,7 +36,7 @@
|
||||
<parent>
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-vault</artifactId>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
<relativePath>../../</relativePath>
|
||||
</parent>
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-vault-ksm</artifactId>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
@@ -26,19 +26,19 @@
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-vault-ksm</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
<name>guacamole-vault-ksm</name>
|
||||
<url>http://guacamole.apache.org/</url>
|
||||
|
||||
<parent>
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-vault</artifactId>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
<relativePath>../../</relativePath>
|
||||
</parent>
|
||||
|
||||
<properties>
|
||||
<kotlin.version>1.7.20</kotlin.version>
|
||||
<kotlin.version>1.8.0</kotlin.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
@@ -54,7 +54,7 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-vault-base</artifactId>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
|
||||
"guacamoleVersion" : "1.4.0",
|
||||
"guacamoleVersion" : "1.5.0",
|
||||
|
||||
"name" : "Keeper Secrets Manager",
|
||||
"namespace" : "keeper-secrets-manager",
|
||||
|
@@ -26,14 +26,14 @@
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-vault</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
<name>guacamole-vault</name>
|
||||
<url>http://guacamole.apache.org/</url>
|
||||
|
||||
<parent>
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>extensions</artifactId>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
<relativePath>../</relativePath>
|
||||
</parent>
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-ext</artifactId>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
|
@@ -26,14 +26,14 @@
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>extensions</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
<name>extensions</name>
|
||||
<url>http://guacamole.apache.org/</url>
|
||||
|
||||
<parent>
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-client</artifactId>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
<relativePath>../</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@@ -26,14 +26,14 @@
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-common-js</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
<name>guacamole-common-js</name>
|
||||
<url>http://guacamole.apache.org/</url>
|
||||
|
||||
<parent>
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-client</artifactId>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
<relativePath>../</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@@ -27,4 +27,4 @@ var Guacamole = Guacamole || {};
|
||||
*
|
||||
* @type {!string}
|
||||
*/
|
||||
Guacamole.API_VERSION = "1.4.0";
|
||||
Guacamole.API_VERSION = "1.5.0";
|
||||
|
@@ -26,14 +26,14 @@
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-common</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
<name>guacamole-common</name>
|
||||
<url>http://guacamole.apache.org/</url>
|
||||
|
||||
<parent>
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-client</artifactId>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
<relativePath>../</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@@ -26,14 +26,14 @@
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-ext</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
<name>guacamole-ext</name>
|
||||
<url>http://guacamole.apache.org/</url>
|
||||
|
||||
<parent>
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-client</artifactId>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
<relativePath>../</relativePath>
|
||||
</parent>
|
||||
|
||||
@@ -87,7 +87,7 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-common</artifactId>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
|
@@ -26,14 +26,14 @@
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole</artifactId>
|
||||
<packaging>war</packaging>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
<name>guacamole</name>
|
||||
<url>http://guacamole.apache.org/</url>
|
||||
|
||||
<parent>
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-client</artifactId>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
<relativePath>../</relativePath>
|
||||
</parent>
|
||||
|
||||
@@ -246,14 +246,14 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-ext</artifactId>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Guacamole JavaScript API -->
|
||||
<dependency>
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-common-js</artifactId>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
<type>zip</type>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
|
676
guacamole/src/main/frontend/package-lock.json
generated
676
guacamole/src/main/frontend/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -5,8 +5,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@simonwep/pickr": "^1.8.2",
|
||||
"angular": "^1.8.2",
|
||||
"angular-route": "^1.8.2",
|
||||
"angular": "^1.8.3",
|
||||
"angular-route": "^1.8.3",
|
||||
"angular-templatecache-webpack-plugin": "^1.0.1",
|
||||
"angular-translate": "^2.19.0",
|
||||
"angular-translate-interpolation-messageformat": "^2.19.0",
|
||||
@@ -14,7 +14,7 @@
|
||||
"blob-polyfill": ">=7.0.20220408",
|
||||
"datalist-polyfill": "^1.25.0",
|
||||
"file-saver": "^2.0.5",
|
||||
"jquery": "^3.6.1",
|
||||
"jquery": "^3.6.3",
|
||||
"jstz": "^2.1.1",
|
||||
"lodash": "^4.17.21"
|
||||
},
|
||||
|
@@ -68,7 +68,8 @@ public class ExtensionModule extends ServletModule {
|
||||
"1.1.0",
|
||||
"1.2.0",
|
||||
"1.3.0",
|
||||
"1.4.0"
|
||||
"1.4.0",
|
||||
"1.5.0"
|
||||
));
|
||||
|
||||
/**
|
||||
|
12
pom.xml
12
pom.xml
@@ -26,7 +26,7 @@
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-client</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
<name>guacamole-client</name>
|
||||
<url>http://guacamole.apache.org/</url>
|
||||
|
||||
@@ -39,13 +39,13 @@
|
||||
<guava.version>31.1-jre</guava.version>
|
||||
<guice.version>5.1.0</guice.version>
|
||||
<hk2.version>2.6.1</hk2.version>
|
||||
<jackson.version>2.14.0</jackson.version>
|
||||
<jackson-databind.version>2.14.0</jackson-databind.version>
|
||||
<jersey.version>2.37</jersey.version>
|
||||
<jackson.version>2.14.1</jackson.version>
|
||||
<jackson-databind.version>2.14.1</jackson-databind.version>
|
||||
<jersey.version>2.38</jersey.version>
|
||||
<junit.version>5.9.1</junit.version>
|
||||
<junit4.version>4.13.2</junit4.version>
|
||||
<logback.version>1.3.4</logback.version>
|
||||
<slf4j.version>2.0.3</slf4j.version>
|
||||
<logback.version>1.3.5</logback.version>
|
||||
<slf4j.version>2.0.6</slf4j.version>
|
||||
|
||||
<!-- The directory that should receive all generated dependency lists
|
||||
(for LICENSE generation) -->
|
||||
|
Reference in New Issue
Block a user