Skip to content

Commit af64c6c

Browse files
committed
Upgrade to Testcontainers 1.17.5.
See #1816
1 parent 99423c3 commit af64c6c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

parent/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
32

43
<!--
54
@@ -130,7 +129,7 @@
130129
<spring>5.3.23</spring>
131130
<spring-hateoas>1.5.2</spring-hateoas>
132131
<spring-plugin>2.0.0.RELEASE</spring-plugin>
133-
<testcontainers>1.17.3</testcontainers>
132+
<testcontainers>1.17.5</testcontainers>
134133
<threetenbp>1.6.1</threetenbp>
135134
<validation>1.1.0.Final</validation>
136135
<vavr>0.10.4</vavr>
@@ -1353,4 +1352,4 @@
13531352
</pluginRepository>
13541353
</pluginRepositories>
13551354

1356-
</project>
1355+
</project>

0 commit comments

Comments
 (0)