From 954c4c8a65fd1b93fb454e6b801f45cdb85f780e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 15:34:39 +0000 Subject: [PATCH] fix(deps): update flyway to v11 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index db3bf43..1715787 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -48,7 +48,7 @@ jib { dependencies { val mockkVersion = "1.13.13" val h2Version = "2.3.232" - val flywayVersion = "10.21.0" + val flywayVersion = "11.0.1" val openapiVersion = "2.6.0" annotationProcessor("org.springframework.boot:spring-boot-configuration-processor")