We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccfc639 commit 1e1eed4Copy full SHA for 1e1eed4
1 file changed
build.gradle
@@ -88,7 +88,7 @@ dependencies {
88
testImplementation "org.springframework.boot:spring-boot-starter-test"
89
testImplementation "com.h2database:h2"
90
91
- testImplementation "org.flywaydb.flyway-test-extensions:flyway-spring-test:7.0.0"
+ testImplementation "org.flywaydb.flyway-test-extensions:flyway-spring-test:10.0.0"
92
testImplementation "org.springframework.boot:spring-boot-testcontainers"
93
testImplementation "org.testcontainers:junit-jupiter"
94
testImplementation "org.testcontainers:mysql"
0 commit comments