Skip to content

Commit df6661f

Browse files
committed
Upgrade to Testcontainers 1.19.1.
See #2124
1 parent c8aab8c commit df6661f

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-M1</spring-hateoas>
137136
<spring-plugin>3.0.0</spring-plugin>
138137
<servlet-api>6.0.0</servlet-api>
139-
<testcontainers>1.19.0</testcontainers>
138+
<testcontainers>1.19.1</testcontainers>
140139
<validation>3.0.2</validation>
141140
<vavr>0.10.4</vavr>
142141
<webbeans>4.0.0</webbeans>
@@ -1440,4 +1439,4 @@
14401439
</repository>
14411440
</repositories>
14421441

1443-
</project>
1442+
</project>

0 commit comments

Comments
 (0)