We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c029ba commit 23e845bCopy full SHA for 23e845b
2 files changed
base/build.gradle
@@ -10,7 +10,7 @@ dependencies {
10
implementation("org.slf4j:slf4j-api:2.0.16")
11
12
testFixturesApi("org.assertj:assertj-core:3.26.3")
13
- testFixturesImplementation("org.flywaydb:flyway-core:9.22.3")
+ testFixturesImplementation("org.flywaydb:flyway-core:10.18.2")
14
testFixturesImplementation("ch.qos.logback:logback-classic:1.5.8")
15
}
16
mysql/build.gradle
@@ -16,7 +16,7 @@ testing {
test {
17
dependencies {
18
implementation("org.apache.logging.log4j:log4j-slf4j-impl:2.24.1")
19
- implementation("org.flywaydb:flyway-mysql:9.22.3")
+ implementation("org.flywaydb:flyway-mysql:10.18.2")
20
implementation(project.dependencies.testFixtures(project(":base")))
21
22
targets {
0 commit comments