From 30bce39a9a81b4a88d39a92b4fdc1e672b910d11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 01:52:16 +0000 Subject: [PATCH] build(deps): bump org.flywaydb:flyway-core from 10.11.1 to 10.13.0 Bumps [org.flywaydb:flyway-core](https://github.com/flyway/flyway) from 10.11.1 to 10.13.0. - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](https://github.com/flyway/flyway/compare/flyway-10.11.1...flyway-10.13.0) --- updated-dependencies: - dependency-name: org.flywaydb:flyway-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5d651fea..d922bf6a 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.27' implementation 'org.yaml:snakeyaml:2.2' - implementation 'org.flywaydb:flyway-core:10.11.1' + implementation 'org.flywaydb:flyway-core:10.13.0' implementation 'com.cronutils:cron-utils:9.2.1' implementation 'org.bouncycastle:bcpkix-jdk18on:1.78.1' implementation 'com.lmax:disruptor:4.0.0'