Upgrade to Testcontainers 1.21.0.

See #2570
This commit is contained in:
Mark Paluch
2025-05-12 09:26:23 +02:00
parent f73484ae10
commit a5c4927e53

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">
<!--
@@ -143,7 +142,7 @@
<spring-hateoas>3.0.0-M2</spring-hateoas>
<spring-plugin>4.0.0-M1</spring-plugin>
<servlet-api>6.0.0</servlet-api>
<testcontainers>1.20.6</testcontainers>
<testcontainers>1.21.0</testcontainers>
<validation>3.0.2</validation>
<vavr>0.10.5</vavr>
<webbeans>4.0.3</webbeans>
@@ -1582,4 +1581,4 @@
</repository>
</repositories>
</project>
</project>