From 58c843ce69c2e67352f02abec5f5cdc2943cb484 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 18:49:32 +0000 Subject: [PATCH] build(deps): bump org.flywaydb:flyway-core in /api Bumps [org.flywaydb:flyway-core](https://github.com/flyway/flyway) from 11.20.2 to 12.0.2. - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](https://github.com/flyway/flyway/compare/flyway-11.20.2...flyway-12.0.2) --- updated-dependencies: - dependency-name: org.flywaydb:flyway-core dependency-version: 12.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- api/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/build.gradle.kts b/api/build.gradle.kts index 74d88bf..5b302dc 100644 --- a/api/build.gradle.kts +++ b/api/build.gradle.kts @@ -22,7 +22,7 @@ dependencies { compileOnly("cn.encmys.ykdz.forest:hyphascript:0.2.2-beta") - compileOnly("org.flywaydb:flyway-core:11.20.2") + compileOnly("org.flywaydb:flyway-core:12.0.2") } tasks.withType().configureEach {