From b53fb361da4d42d559a905194e4d058bce58aadc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 01:08:53 +0000 Subject: [PATCH] chore(deps): update flyway to v10.17.3 --- WORKSPACE | 2 +- build.gradle | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index c2408a05..c69cbc8e 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.17.2", + "org.flywaydb:flyway-core:10.17.3", "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 1b9e53b5..d00dc2c6 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.32' implementation 'org.yaml:snakeyaml:2.3' - implementation 'org.flywaydb:flyway-database-postgresql:10.17.2' + implementation 'org.flywaydb:flyway-database-postgresql:10.17.3' 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 ef514991..d8ee5edc 100644 --- a/pom.xml +++ b/pom.xml @@ -220,7 +220,7 @@ org.flywaydb flyway-maven-plugin - 10.17.2 + 10.17.3 jdbc:postgresql://127.0.0.1:5432/postgres postgres