From 1e523c8a5c68a7fe31b156eaa7d47d1009f6a24a Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 29 Oct 2020 12:00:22 +0000 Subject: [PATCH] flyway: Update to version 7.1.1 --- bucket/flyway.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/flyway.json b/bucket/flyway.json index 4256df4f3f..fd6bccb1ac 100644 --- a/bucket/flyway.json +++ b/bucket/flyway.json @@ -1,15 +1,15 @@ { - "version": "7.1.0", + "version": "7.1.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/7.1.0/flyway-commandline-7.1.0-windows-x64.zip", - "hash": "sha1:0c693227490f8abd4c2ea4c080d945d7ee70f211" + "url": "https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/7.1.1/flyway-commandline-7.1.1-windows-x64.zip", + "hash": "sha1:6bf82197ff896692bffbd425cd3615e859580bc1" } }, - "extract_dir": "flyway-7.1.0", + "extract_dir": "flyway-7.1.1", "bin": "flyway.cmd", "persist": [ "conf",