From f5e3aa5bac2e24ee0503cebc6d891889a88a94bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 11:40:32 +0000 Subject: [PATCH] fix(deps): update flyway to v10.20.0 --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 0854e92..506f872 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -29,8 +29,8 @@ dependencies { implementation("org.springframework.cloud:spring-cloud-starter-openfeign") implementation("com.github.ben-manes.caffeine:caffeine:3.1.8") implementation("org.mariadb.jdbc:mariadb-java-client:3.4.1") - implementation("org.flywaydb:flyway-mysql:10.16.0") - implementation("org.flywaydb:flyway-core:10.16.0") + implementation("org.flywaydb:flyway-mysql:10.20.0") + implementation("org.flywaydb:flyway-core:10.20.0") implementation("io.jsonwebtoken:jjwt-api:0.12.6") implementation("com.github.xMrAfonso:Hangar4J:1.2.3") { exclude(group = "com.google.code.gson", module = "gson")