diff --git a/WORKSPACE b/WORKSPACE index fe58dcb6..d4ed65e4 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.32", "org.yaml:snakeyaml:2.3", - "org.flywaydb:flyway-core:10.20.1", + "org.flywaydb:flyway-core:10.21.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 60a3073c..7d524c89 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ buildscript { plugins { id 'org.springframework.boot' version '3.3.5' id 'io.spring.dependency-management' version '1.1.6' - id 'org.flywaydb.flyway' version '10.20.1' + id 'org.flywaydb.flyway' version '10.21.0' id 'java' } @@ -57,7 +57,7 @@ dependencies { implementation 'com.github.ben-manes.caffeine:caffeine' implementation 'cn.hutool:hutool-crypto:5.8.32' implementation 'org.yaml:snakeyaml:2.3' - implementation 'org.flywaydb:flyway-database-postgresql:10.20.1' + implementation 'org.flywaydb:flyway-database-postgresql:10.21.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 f3e0b1c7..95e5bb94 100644 --- a/pom.xml +++ b/pom.xml @@ -220,7 +220,7 @@ org.flywaydb flyway-maven-plugin - 10.20.1 + 10.21.0 jdbc:postgresql://127.0.0.1:5432/postgres postgres