From 634044d87d7017c3a72fc7a4ffc123e1d6b34b90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 01:49:40 +0000 Subject: [PATCH] build(deps): bump org.flywaydb:flyway-database-postgresql Bumps org.flywaydb:flyway-database-postgresql from 10.17.3 to 10.18.0. --- updated-dependencies: - dependency-name: org.flywaydb:flyway-database-postgresql 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 e0888044..c4132014 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.3' + implementation 'org.flywaydb:flyway-database-postgresql:10.18.0' implementation 'com.cronutils:cron-utils:9.2.1' implementation 'org.bouncycastle:bcpkix-jdk18on:1.78.1' implementation 'com.lmax:disruptor:4.0.0'