From 0ae2ebe0880e194bdf83f125df35ad5570fad923 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 15:57:47 +0000 Subject: [PATCH] chore(deps): update plugin org.flywaydb.flyway to v10.19.0 --- services/track/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/track/build.gradle b/services/track/build.gradle index a35f4968..4b083159 100644 --- a/services/track/build.gradle +++ b/services/track/build.gradle @@ -1,6 +1,6 @@ plugins { id 'org.springframework.boot' version '3.1.8' - id 'org.flywaydb.flyway' version '10.18.2' + id 'org.flywaydb.flyway' version '10.19.0' id 'java' id 'com.diffplug.spotless' version '6.25.0' id "io.freefair.lombok" version "8.10"