From 982ab512063e41ccab48dac98a43ae5534edb7f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 01:15:27 +0000 Subject: [PATCH] chore(deps): update plugin org.flywaydb.flyway to v10.10.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 ad493a53..fe409609 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.9.0' + id 'org.flywaydb.flyway' version '10.10.0' id 'java' id 'com.diffplug.spotless' version '6.25.0' id "io.freefair.lombok" version "8.6"