mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-05 20:57:40 +00:00
GUACAMOLE-1956: Update Java dependencies to latest compatible.
This commit is contained in:
20
pom.xml
20
pom.xml
@@ -39,13 +39,14 @@
|
||||
<guava.version>32.1.3-jre</guava.version>
|
||||
<guice.version>5.1.0</guice.version>
|
||||
<hk2.version>2.6.1</hk2.version>
|
||||
<jackson.version>2.17.0</jackson.version>
|
||||
<jackson-databind.version>2.17.0</jackson-databind.version>
|
||||
<jersey.version>2.42</jersey.version>
|
||||
<junit.version>5.10.2</junit.version>
|
||||
<ipaddress.version>5.5.1</ipaddress.version>
|
||||
<jackson.version>2.18.2</jackson.version>
|
||||
<jackson-databind.version>2.18.2</jackson-databind.version>
|
||||
<jersey.version>2.46</jersey.version>
|
||||
<junit.version>5.11.4</junit.version>
|
||||
<junit4.version>4.13.2</junit4.version>
|
||||
<logback.version>1.3.14</logback.version>
|
||||
<slf4j.version>2.0.12</slf4j.version>
|
||||
<slf4j.version>2.0.16</slf4j.version>
|
||||
|
||||
<!-- The directory that should receive all generated dependency lists
|
||||
(for LICENSE generation) -->
|
||||
@@ -344,7 +345,14 @@
|
||||
<artifactId>guice-servlet</artifactId>
|
||||
<version>${guice.version}</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
<!-- IPAddress (IP address matching library) -->
|
||||
<dependency>
|
||||
<groupId>com.github.seancfoley</groupId>
|
||||
<artifactId>ipaddress</artifactId>
|
||||
<version>${ipaddress.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Jersey JAX-RS implementation -->
|
||||
<dependency>
|
||||
<groupId>org.glassfish.jersey.containers</groupId>
|
||||
|
Reference in New Issue
Block a user