diff --git a/WORKSPACE b/WORKSPACE index 38ed7be9..8429e3ae 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -68,7 +68,7 @@ maven_install( "com.github.ben-manes.caffeine:caffeine:3.1.8", "cn.hutool:hutool-crypto:5.8.33", "org.yaml:snakeyaml:2.3", - "org.flywaydb:flyway-core:10.21.0", + "org.flywaydb:flyway-core:11.1.0", "com.cronutils:cron-utils:9.2.1", "org.bouncycastle:bcpkix-jdk18on:1.79", "com.lmax:disruptor:4.0.0", diff --git a/build.gradle b/build.gradle index e3f89e33..84a9ad71 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ buildscript { plugins { id 'org.springframework.boot' version '3.4.0' id 'io.spring.dependency-management' version '1.1.6' - id 'org.flywaydb.flyway' version '10.21.0' + id 'org.flywaydb.flyway' version '11.1.0' id 'java' } @@ -57,7 +57,7 @@ dependencies { implementation 'com.github.ben-manes.caffeine:caffeine' implementation 'cn.hutool:hutool-crypto:5.8.33' implementation 'org.yaml:snakeyaml:2.3' - implementation 'org.flywaydb:flyway-database-postgresql:10.21.0' + implementation 'org.flywaydb:flyway-database-postgresql:11.1.0' implementation 'com.cronutils:cron-utils:9.2.1' implementation 'org.bouncycastle:bcpkix-jdk18on:1.79' implementation 'com.lmax:disruptor:4.0.0' diff --git a/pom.xml b/pom.xml index 68d2483f..5fceea51 100644 --- a/pom.xml +++ b/pom.xml @@ -220,7 +220,7 @@ org.flywaydb flyway-maven-plugin - 10.21.0 + 11.1.0 jdbc:postgresql://127.0.0.1:5432/postgres postgres