Skip to content

Commit 3e32988

Browse files
committed
Upgrade to Testcontainers 1.19.5.
See #2225
1 parent fd919ef commit 3e32988

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
@@ -136,7 +135,7 @@
136135
<spring-hateoas>2.2.0</spring-hateoas>
137136
<spring-plugin>3.0.0</spring-plugin>
138137
<servlet-api>6.0.0</servlet-api>
139-
<testcontainers>1.19.3</testcontainers>
138+
<testcontainers>1.19.5</testcontainers>
140139
<validation>3.0.2</validation>
141140
<vavr>0.10.4</vavr>
142141
<webbeans>4.0.1</webbeans>
@@ -1442,4 +1441,4 @@
14421441
</repository>
14431442
</repositories>
14441443

1445-
</project>
1444+
</project>

0 commit comments

Comments
 (0)