From 0d4762d66e77d8a9c3f3709665c84a7157b138e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 13:04:34 +0000 Subject: [PATCH] chore(deps): update flyway to v10.20.0 --- WORKSPACE | 2 +- build.gradle | 4 ++-- pom.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 2ef87385..f845b113 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.19.0", + "org.flywaydb:flyway-core:10.20.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 f7eedbab..6c8cc483 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.19.0' + id 'org.flywaydb.flyway' version '10.20.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.19.0' + implementation 'org.flywaydb:flyway-database-postgresql:10.20.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 5f81b9fb..4dec90f0 100644 --- a/pom.xml +++ b/pom.xml @@ -220,7 +220,7 @@ org.flywaydb flyway-maven-plugin - 10.19.0 + 10.20.0 jdbc:postgresql://127.0.0.1:5432/postgres postgres