From 1f1acfbad50e1a7556f69f9d7bf72de130b96d20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jun 2023 09:30:25 +0000 Subject: [PATCH] :arrow_up: Bump org.flywaydb:flyway-core from 9.19.4 to 9.20.0 Bumps [org.flywaydb:flyway-core](https://github.com/flyway/flyway) from 9.19.4 to 9.20.0. - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](https://github.com/flyway/flyway/compare/flyway-9.19.4...flyway-9.20.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 57a8b97c..49e0f530 100644 --- a/build.gradle +++ b/build.gradle @@ -40,7 +40,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-cache' implementation 'org.postgresql:postgresql:42.6.0' - implementation 'org.flywaydb:flyway-core:9.19.4' + implementation 'org.flywaydb:flyway-core:9.20.0' implementation 'com.github.ben-manes.caffeine:caffeine:3.1.6'