From ea82bb1c59a1b2328f6bcc267352a2c88fa54922 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 03:39:14 +0000 Subject: [PATCH] [api]: Bump org.flywaydb:flyway-core from 11.1.1 to 11.2.0 Bumps [org.flywaydb:flyway-core](https://github.com/flyway/flyway) from 11.1.1 to 11.2.0. - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](https://github.com/flyway/flyway/compare/flyway-11.1.1...flyway-11.2.0) --- updated-dependencies: - dependency-name: org.flywaydb:flyway-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index a41e194ee..ca9efda42 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -35,7 +35,7 @@ dependencyResolutionManagement { library("koin", "io.insert-koin:koin-core:4.0.1") library("airline", "com.github.rvesse:airline:3.0.0") library("h2", "com.h2database:h2:2.3.232") - library("flyway", "org.flywaydb:flyway-core:11.1.1") + library("flyway", "org.flywaydb:flyway-core:11.2.0") library("exposed-core", "org.jetbrains.exposed:exposed-core:0.58.0") library("exposed-jdbc", "org.jetbrains.exposed:exposed-jdbc:0.58.0") library("ktor-core", "io.ktor:ktor-server-core-jvm:3.0.3")