From 3aea4812ef0123829c7855c3001a1f735ea18ecd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 09:45:35 +0000 Subject: [PATCH] chore(deps): update plugin org.flywaydb.flyway to v9.21.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 1e8a3405..f354386d 100644 --- a/services/track/build.gradle +++ b/services/track/build.gradle @@ -1,6 +1,6 @@ plugins { id 'org.springframework.boot' version '3.1.1' - id 'org.flywaydb.flyway' version '9.20.1' + id 'org.flywaydb.flyway' version '9.21.0' id 'java' id 'com.diffplug.spotless' version '6.20.0' id "io.freefair.lombok" version "8.1.0"