Skip to content

Commit 35a1763

Browse files
committed
update to gradle 9.0.0
Signed-off-by: neo <1100909+neowu@users.noreply.github.com>
1 parent 2b806cd commit 35a1763

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

buildSrc/build.gradle.kts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ java {
1616

1717
dependencies {
1818
implementation("com.github.spotbugs.snom:spotbugs-gradle-plugin:6.1.13")
19-
implementation("org.flywaydb:flyway-gradle-plugin:11.2.0")
20-
implementation("org.flywaydb:flyway-mysql:11.2.0")
19+
implementation("org.flywaydb:flyway-gradle-plugin:11.10.5")
20+
runtimeOnly("org.flywaydb:flyway-mysql:11.10.5")
21+
runtimeOnly("org.flywaydb:flyway-database-postgresql:11.10.5")
2122
}

0 commit comments

Comments
 (0)