diff --git a/WORKSPACE b/WORKSPACE index fa75a134..2ef87385 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.18.2", + "org.flywaydb:flyway-core:10.19.0", "com.cronutils:cron-utils:9.2.1", "org.bouncycastle:bcpkix-jdk18on:1.78.1", "com.lmax:disruptor:4.0.0", diff --git a/build.gradle b/build.gradle index 7bb6a7d4..f7eedbab 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ buildscript { plugins { id 'org.springframework.boot' version '3.3.4' id 'io.spring.dependency-management' version '1.1.6' - id 'org.flywaydb.flyway' version '10.18.2' + id 'org.flywaydb.flyway' version '10.19.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.18.2' + implementation 'org.flywaydb:flyway-database-postgresql:10.19.0' implementation 'com.cronutils:cron-utils:9.2.1' implementation 'org.bouncycastle:bcpkix-jdk18on:1.78.1' implementation 'com.lmax:disruptor:4.0.0' diff --git a/pom.xml b/pom.xml index 68381065..52e68086 100644 --- a/pom.xml +++ b/pom.xml @@ -220,7 +220,7 @@ org.flywaydb flyway-maven-plugin - 10.18.2 + 10.19.0 jdbc:postgresql://127.0.0.1:5432/postgres postgres