Skip to content

Commit fdcdf9d

Browse files
committed
Upgrade to Testcontainers 1.19.0.
See #2094
1 parent 4bac126 commit fdcdf9d

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

parent/pom.xml

Lines changed: 6 additions & 7 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.18.3</testcontainers>
138+
<testcontainers>1.19.0</testcontainers>
140139
<validation>3.0.2</validation>
141140
<vavr>0.10.4</vavr>
142141
<webbeans>2.0.27</webbeans>
@@ -289,19 +288,19 @@
289288
<loadresource property="spring.short">
290289
<concat>${spring}</concat>
291290
<filterchain>
292-
<replaceregex pattern="([\d]+\.[\d]+)(\..*)" replace="\1" />
291+
<replaceregex pattern="([\d]+\.[\d]+)(\..*)" replace="\1"/>
293292
</filterchain>
294293
</loadresource>
295294
<loadresource property="springdata.commons.short">
296295
<concat>${springdata.commons}</concat>
297296
<filterchain>
298-
<replaceregex pattern="([\d]+\.[\d]+)(.*)" replace="\1" />
297+
<replaceregex pattern="([\d]+\.[\d]+)(.*)" replace="\1"/>
299298
</filterchain>
300299
</loadresource>
301300
<loadresource property="springdata.commons.docs">
302301
<concat>${springdata.commons}</concat>
303302
<filterchain>
304-
<replaceregex pattern="([\d]+\.[\d]+\.[\d]+)(.*)" replace="\1" />
303+
<replaceregex pattern="([\d]+\.[\d]+\.[\d]+)(.*)" replace="\1"/>
305304
</filterchain>
306305
</loadresource>
307306
</target>
@@ -1480,4 +1479,4 @@
14801479
</repository>
14811480
</repositories>
14821481

1483-
</project>
1482+
</project>

0 commit comments

Comments
 (0)