From 74278f73a752fdd280c9e12ae9d8c536c368cce7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 20:07:25 +0800 Subject: [PATCH] chore(deps): update dependency org.flywaydb:flyway-core to v10.2.0 (#813) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- WORKSPACE | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 46661f4d..03ac6399 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -52,7 +52,7 @@ maven_install( "com.github.ben-manes.caffeine:caffeine:3.1.8", "cn.hutool:hutool-crypto:5.8.23", "org.yaml:snakeyaml:2.2", - "org.flywaydb:flyway-core:10.0.1", + "org.flywaydb:flyway-core:10.2.0", "com.cronutils:cron-utils:9.2.1", "org.springframework.boot:spring-boot-devtools:3.2.0", diff --git a/build.gradle b/build.gradle index 2c791423..3f9faa7a 100644 --- a/build.gradle +++ b/build.gradle @@ -56,7 +56,7 @@ dependencies { implementation 'com.github.ben-manes.caffeine:caffeine' implementation 'cn.hutool:hutool-crypto:5.8.23' implementation 'org.yaml:snakeyaml:2.2' - implementation 'org.flywaydb:flyway-core:10.0.1' + implementation 'org.flywaydb:flyway-core:10.2.0' implementation 'com.cronutils:cron-utils:9.2.1' //developmentOnly 'org.springframework.boot:spring-boot-devtools'