Skip to content

Commit 12a8fbc

Browse files
committed
Upgrade to Testcontainers 1.20.3.
See #2417
1 parent be3c796 commit 12a8fbc

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
@@ -138,7 +137,7 @@
138137
<spring-hateoas>2.4.0-RC2</spring-hateoas>
139138
<spring-plugin>3.0.0</spring-plugin>
140139
<servlet-api>6.0.0</servlet-api>
141-
<testcontainers>1.20.2</testcontainers>
140+
<testcontainers>1.20.3</testcontainers>
142141
<validation>3.0.2</validation>
143142
<vavr>0.10.4</vavr>
144143
<webbeans>4.0.2</webbeans>
@@ -1515,4 +1514,4 @@
15151514
</repository>
15161515
</repositories>
15171516

1518-
</project>
1517+
</project>

0 commit comments

Comments
 (0)