Commit 73704c84 authored by Andy Wilkinson's avatar Andy Wilkinson

Use latest Docker Java and a compatible version of Jersey

Closes gh-16625
parent e8955852
......@@ -12,7 +12,7 @@
<description>Spring Boot Launch Script Integration Tests</description>
<properties>
<main.basedir>${basedir}/../../..</main.basedir>
<jersey.version>2.23.1</jersey.version>
<jersey.version>2.27</jersey.version>
</properties>
<dependencies>
<dependency>
......@@ -32,7 +32,7 @@
<dependency>
<groupId>com.github.docker-java</groupId>
<artifactId>docker-java</artifactId>
<version>3.0.14</version>
<version>3.1.2</version>
<scope>test</scope>
</dependency>
<dependency>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment