We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 915bde0 + 73704c8 commit 2799018Copy full SHA for 2799018
spring-boot-tests/spring-boot-integration-tests/spring-boot-launch-script-tests/pom.xml
@@ -12,7 +12,7 @@
12
<description>Spring Boot Launch Script Integration Tests</description>
13
<properties>
14
<main.basedir>${basedir}/../../..</main.basedir>
15
- <jersey.version>2.23.1</jersey.version>
+ <jersey.version>2.27</jersey.version>
16
</properties>
17
<dependencies>
18
<dependency>
@@ -32,7 +32,7 @@
32
33
<groupId>com.github.docker-java</groupId>
34
<artifactId>docker-java</artifactId>
35
- <version>3.0.14</version>
+ <version>3.1.2</version>
36
<scope>test</scope>
37
<exclusions>
38
<exclusion>
0 commit comments