diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 495a98f..b58f58b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -17,7 +17,7 @@ quarkus = "2.16.6.Final" spring-boot = "3.0.5" spring-dependencyManagement = "1.1.0" spring-aot = "0.12.2" -flyway = "9.16.3" +flyway = "9.17.0" flywayTest = "9.5.0" native = "0.9.20" amd = "0.2.1" diff --git a/settings.gradle.kts b/settings.gradle.kts index becb224..4ca90f5 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -17,7 +17,7 @@ pluginManagement { dependencies { classpath("org.eclipse.jgit:org.eclipse.jgit:5.13.1.202206130422-r") // For mssql, flyway gradle plugin need driver in `settings.gradle.kts` buildscript - classpath("org.flywaydb:flyway-sqlserver:9.14.1") + classpath("org.flywaydb:flyway-sqlserver:9.17.0") } configurations.classpath { resolutionStrategy {