Merge branch '2.1.x'

Closes gh-16626
pull/16632/head
Andy Wilkinson 6 years ago
commit 27990180ab

@ -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>
<exclusions>
<exclusion>

Loading…
Cancel
Save