GH-907 - Upgrade to Spring Boot 3.4 snapshots.

Tweak test containers setup for dynamic properties to adapt to Boot 3.4's new behavior [0].

[0] https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.4.0-RC1-Release-Notes#dynamic-properties-with-testcontainers
This commit is contained in:
Oliver Drotbohm
2024-10-25 13:02:04 +02:00
parent cdd86a4ba1
commit fe688cec1f
4 changed files with 26 additions and 20 deletions

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.4.0-M3</version>
<version>3.4.0-SNAPSHOT</version>
<relativePath />
</parent>