From 0b993ddb57f60036ae15cfbaea01fdcbf6176cbe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 20:51:36 +0000 Subject: [PATCH] Update Flyway DB to v13 --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 01fb0f6..6358b91 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -32,8 +32,8 @@ dependencies { runtimeOnly("org.postgresql:postgresql:42.7.12") implementation("com.zaxxer:HikariCP:7.0.2") - implementation("org.flywaydb:flyway-core:12.3.0") - runtimeOnly("org.flywaydb:flyway-database-postgresql:12.3.0") + implementation("org.flywaydb:flyway-core:13.4.0") + runtimeOnly("org.flywaydb:flyway-database-postgresql:13.4.0") implementation("net.dv8tion:JDA:6.4.1") implementation("io.github.freya022:BotCommands:3.1.0")