From 9f917eeb3f36c67fc50a428b01aa817f36d16ab3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 28 Jan 2021 05:20:25 +0000 Subject: [PATCH] Bump flyway-core from 5.2.4 to 7.5.2 Bumps [flyway-core](https://github.com/flyway/flyway) from 5.2.4 to 7.5.2. - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](https://github.com/flyway/flyway/compare/flyway-5.2.4...flyway-7.5.2) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2b7bbae1..501215a8 100644 --- a/build.gradle +++ b/build.gradle @@ -46,7 +46,7 @@ dependencies { implementation 'io.reactivex.rxjava2:rxjava:2.2.14' implementation 'com.github.burst-apps-team:burstkit4j:0.15.1' implementation 'org.nanohttpd:nanohttpd:2.3.1' - implementation "org.flywaydb:flyway-core:5.2.4" + implementation "org.flywaydb:flyway-core:7.5.2" implementation "org.jooq:jooq:$jooqVersion" implementation "org.jooq:jooq-meta:$jooqVersion" implementation "org.jooq:jooq-codegen:$jooqVersion"