From 5af21bdc7189af5b0389e037abbd3c9f4309872e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 21:17:04 +0800 Subject: [PATCH] chore(deps): update flyway to v10.17.0 (#1069) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- WORKSPACE | 2 +- build.gradle | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index e938dc9b..79096d51 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.29", "org.yaml:snakeyaml:2.2", - "org.flywaydb:flyway-core:10.16.0", + "org.flywaydb:flyway-core:10.17.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 cb769a9f..5c82738f 100644 --- a/build.gradle +++ b/build.gradle @@ -57,7 +57,7 @@ dependencies { implementation 'com.github.ben-manes.caffeine:caffeine' implementation 'cn.hutool:hutool-crypto:5.8.29' implementation 'org.yaml:snakeyaml:2.2' - implementation 'org.flywaydb:flyway-database-postgresql:10.16.0' + implementation 'org.flywaydb:flyway-database-postgresql:10.17.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 9ed1ecc3..822e2b85 100644 --- a/pom.xml +++ b/pom.xml @@ -220,7 +220,7 @@ org.flywaydb flyway-maven-plugin - 10.16.0 + 10.17.0 jdbc:postgresql://127.0.0.1:5432/postgres postgres