From 531420e96b51c48494db12a30a8428edddd314dd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 12:31:02 +0000 Subject: [PATCH] flyway: Update to version 9.21.0 --- bucket/flyway.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/flyway.json b/bucket/flyway.json index 72bab63792..0f34afe144 100644 --- a/bucket/flyway.json +++ b/bucket/flyway.json @@ -1,15 +1,15 @@ { - "version": "9.20.1", + "version": "9.21.0", "description": "Database migration tool that favors simplicity and convention over configuration.", "homepage": "https://flywaydb.org/", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/9.20.1/flyway-commandline-9.20.1-windows-x64.zip", - "hash": "sha1:197b9269abc90178306a7621ac1936e84e72037e" + "url": "https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/9.21.0/flyway-commandline-9.21.0-windows-x64.zip", + "hash": "sha1:3e2fb938ec9b31d453df2f13a7a4ad57a291dec1" } }, - "extract_dir": "flyway-9.20.1", + "extract_dir": "flyway-9.21.0", "bin": "flyway.cmd", "persist": [ "conf",