Upgrade to Testcontainers 1.20.2.

See #2389
This commit is contained in:
Mark Paluch
2024-10-10 08:52:16 +02:00
parent 0b9eadf5f1
commit 1192749dcc

View File

@@ -1,5 +1,4 @@
<?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">
<?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">
<!--
@@ -137,7 +136,7 @@
<spring-hateoas>2.4.0-SNAPSHOT</spring-hateoas>
<spring-plugin>3.0.0</spring-plugin>
<servlet-api>6.0.0</servlet-api>
<testcontainers>1.20.1</testcontainers>
<testcontainers>1.20.2</testcontainers>
<validation>3.0.2</validation>
<vavr>0.10.4</vavr>
<webbeans>4.0.2</webbeans>
@@ -1457,4 +1456,4 @@
</repository>
</repositories>
</project>
</project>