From 73704c84e1df74f0453ffb691a5c4ce6b54ba0cf Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 23 Apr 2019 14:29:32 +0100 Subject: [PATCH] Use latest Docker Java and a compatible version of Jersey Closes gh-16625 --- .../spring-boot-launch-script-tests/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-tests/spring-boot-integration-tests/spring-boot-launch-script-tests/pom.xml b/spring-boot-tests/spring-boot-integration-tests/spring-boot-launch-script-tests/pom.xml index cbca7378a75..97302e35e89 100644 --- a/spring-boot-tests/spring-boot-integration-tests/spring-boot-launch-script-tests/pom.xml +++ b/spring-boot-tests/spring-boot-integration-tests/spring-boot-launch-script-tests/pom.xml @@ -12,7 +12,7 @@ Spring Boot Launch Script Integration Tests ${basedir}/../../.. - 2.23.1 + 2.27 @@ -32,7 +32,7 @@ com.github.docker-java docker-java - 3.0.14 + 3.1.2 test