Skip to content

Commit 6f810a3

Browse files
committed
Upgrade to Testcontainers 1.18.3.
See #2046
1 parent 0827e80 commit 6f810a3

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
@@ -135,7 +134,7 @@
135134
<spring-hateoas>2.1.0</spring-hateoas>
136135
<spring-plugin>3.0.0</spring-plugin>
137136
<servlet-api>6.0.0</servlet-api>
138-
<testcontainers>1.18.1</testcontainers>
137+
<testcontainers>1.18.3</testcontainers>
139138
<validation>3.0.2</validation>
140139
<vavr>0.10.4</vavr>
141140
<webbeans>2.0.27</webbeans>
@@ -1363,4 +1362,4 @@
13631362
</repository>
13641363
</repositories>
13651364

1366-
</project>
1365+
</project>

0 commit comments

Comments
 (0)