From ec44aef1ccf58257e0331f7040ec76da2bb3e33a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 03:02:49 +0000 Subject: [PATCH] Bump flyway-core from 8.2.0 to 9.11.0 Bumps [flyway-core](https://github.com/flyway/flyway) from 8.2.0 to 9.11.0. - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](https://github.com/flyway/flyway/compare/flyway-8.2.0...flyway-9.11.0) --- updated-dependencies: - dependency-name: org.flywaydb:flyway-core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 57d03e5..a8ec788 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ repositories { } dependencies { - implementation "org.flywaydb:flyway-core:8.2.0" + implementation "org.flywaydb:flyway-core:9.11.0" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8" runtimeOnly "ch.qos.logback:logback-classic:$logback_version" implementation "io.ktor:ktor-server-core:$ktor_version"