Skip to content

Commit 2799018

Browse files
committed
Merge branch '2.1.x'
Closes gh-16626
2 parents 915bde0 + 73704c8 commit 2799018

File tree

1 file changed

+2
-2
lines changed
  • spring-boot-tests/spring-boot-integration-tests/spring-boot-launch-script-tests

1 file changed

+2
-2
lines changed

spring-boot-tests/spring-boot-integration-tests/spring-boot-launch-script-tests/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<description>Spring Boot Launch Script Integration Tests</description>
1313
<properties>
1414
<main.basedir>${basedir}/../../..</main.basedir>
15-
<jersey.version>2.23.1</jersey.version>
15+
<jersey.version>2.27</jersey.version>
1616
</properties>
1717
<dependencies>
1818
<dependency>
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>com.github.docker-java</groupId>
3434
<artifactId>docker-java</artifactId>
35-
<version>3.0.14</version>
35+
<version>3.1.2</version>
3636
<scope>test</scope>
3737
<exclusions>
3838
<exclusion>

0 commit comments

Comments
 (0)