From 15a00c14ff0629cbf17adf610517e9692ac98b1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 00:48:44 +0000 Subject: [PATCH] Bump org.flywaydb:flyway-core from 10.17.2 to 11.0.1 Bumps [org.flywaydb:flyway-core](https://github.com/flyway/flyway) from 10.17.2 to 11.0.1. - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](https://github.com/flyway/flyway/compare/flyway-10.17.2...flyway-11.0.1) --- updated-dependencies: - dependency-name: org.flywaydb:flyway-core dependency-type: direct:production update-type: version-update:semver-major ... 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 9f996e19fb..a81db1ad84 100644 --- a/database/build.gradle +++ b/database/build.gradle @@ -7,7 +7,7 @@ var sqliteVersion = "3.46.1.0" dependencies { implementation 'com.google.code.findbugs:jsr305:3.0.2' implementation "org.xerial:sqlite-jdbc:${sqliteVersion}" - implementation 'org.flywaydb:flyway-core:10.17.2' + implementation 'org.flywaydb:flyway-core:11.0.1' implementation "org.jooq:jooq:$jooqVersion" implementation project(':utils')