Skip to content

Commit 66b5fd7

Browse files
committed
Upgrade Maven dependencies
1 parent d2b8052 commit 66b5fd7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>org.jboss.arquillian</groupId>
4343
<artifactId>arquillian-bom</artifactId>
44-
<version>1.7.2.Final</version>
44+
<version>1.8.0.Final</version>
4545
<scope>import</scope>
4646
<type>pom</type>
4747
</dependency>
@@ -76,7 +76,7 @@
7676
<dependency>
7777
<groupId>org.glassfish.jersey.core</groupId>
7878
<artifactId>jersey-server</artifactId>
79-
<version>3.1.8</version>
79+
<version>3.1.10</version>
8080
<scope>provided</scope>
8181
</dependency>
8282
<!-- Test dependencies -->
@@ -88,7 +88,6 @@
8888
<dependency>
8989
<groupId>org.hamcrest</groupId>
9090
<artifactId>hamcrest</artifactId>
91-
<version>3.0</version>
9291
<scope>test</scope>
9392
</dependency>
9493
<dependency>
@@ -430,7 +429,7 @@
430429
<plugin>
431430
<groupId>io.openliberty.tools</groupId>
432431
<artifactId>liberty-maven-plugin</artifactId>
433-
<version>3.11.0</version>
432+
<version>3.11.3</version>
434433
<configuration>
435434
<copyDependencies>
436435
<dependencyGroup>

0 commit comments

Comments
 (0)