GH-780 - Upgrade to Testcontainers 1.17.6.

This commit is contained in:
Oliver Drotbohm
2024-08-23 11:57:58 +02:00
parent 0f03df8eac
commit 07f1d5b4f2
2 changed files with 1 additions and 1 deletions

View File

@@ -43,6 +43,7 @@
<spring-boot.version>3.3.2</spring-boot.version>
<spring-framework.version>6.1.11</spring-framework.version> <!-- For Javadoc links only -->
<spring-cloud-aws-bom.version>3.1.1</spring-cloud-aws-bom.version>
<testcontainers.version>1.17.6</testcontainers.version>
</properties>

View File

@@ -13,7 +13,6 @@
<properties>
<module.name>org.springframework.modulith.events.jdbc</module.name>
<testcontainers.version>1.17.3</testcontainers.version>
</properties>
<dependencyManagement>