From 426363e398897c7cd92c871ed4d276b434492aaa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Jul 2023 12:29:57 +0000 Subject: [PATCH] flyway: Update to version 9.21.1 --- bucket/flyway.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/flyway.json b/bucket/flyway.json index 0f34afe144..758e42a519 100644 --- a/bucket/flyway.json +++ b/bucket/flyway.json @@ -1,15 +1,15 @@ { - "version": "9.21.0", + "version": "9.21.1", "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.21.0/flyway-commandline-9.21.0-windows-x64.zip", - "hash": "sha1:3e2fb938ec9b31d453df2f13a7a4ad57a291dec1" + "url": "https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/9.21.1/flyway-commandline-9.21.1-windows-x64.zip", + "hash": "sha1:1cb85e815a309f6c923a5f30ae16b29d4096b036" } }, - "extract_dir": "flyway-9.21.0", + "extract_dir": "flyway-9.21.1", "bin": "flyway.cmd", "persist": [ "conf",