From 1c258838122e9b3ed3b12e381c6b7b1d60754a3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 01:19:32 +0000 Subject: [PATCH] build(deps): bump org.flywaydb:flyway-database-postgresql Bumps org.flywaydb:flyway-database-postgresql from 10.17.0 to 10.17.1. --- updated-dependencies: - dependency-name: org.flywaydb:flyway-database-postgresql dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6977413c..cd059964 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.29' implementation 'org.yaml:snakeyaml:2.2' - implementation 'org.flywaydb:flyway-database-postgresql:10.17.0' + implementation 'org.flywaydb:flyway-database-postgresql:10.17.1' implementation 'com.cronutils:cron-utils:9.2.1' implementation 'org.bouncycastle:bcpkix-jdk18on:1.78.1' implementation 'com.lmax:disruptor:4.0.0'