From 88690b73300823bcc65792487c3d053c0d7bde4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Oct 2022 00:33:34 +0000 Subject: [PATCH] Bump flyway-core from 9.4.0 to 9.5.0 Bumps [flyway-core](https://github.com/flyway/flyway) from 9.4.0 to 9.5.0. - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](https://github.com/flyway/flyway/compare/flyway-9.4.0...flyway-9.5.0) --- updated-dependencies: - dependency-name: org.flywaydb:flyway-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- database/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/build.gradle b/database/build.gradle index a1c6261320..353569b5ee 100644 --- a/database/build.gradle +++ b/database/build.gradle @@ -7,7 +7,7 @@ var sqliteVersion = "3.39.2.0" dependencies { implementation 'com.google.code.findbugs:jsr305:3.0.2' implementation "org.xerial:sqlite-jdbc:${sqliteVersion}" - implementation 'org.flywaydb:flyway-core:9.4.0' + implementation 'org.flywaydb:flyway-core:9.5.0' implementation 'org.jooq:jooq:3.17.2' implementation project(':utils')