From 6c0de5676ede21a0b04da747378dd138888a062e Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 16 Oct 2020 15:00:32 +0000 Subject: [PATCH] flyway: Update to version 7.0.4 --- bucket/flyway.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/flyway.json b/bucket/flyway.json index 4ba1588e44..a142d8fba1 100644 --- a/bucket/flyway.json +++ b/bucket/flyway.json @@ -1,15 +1,15 @@ { - "version": "7.0.3", + "version": "7.0.4", "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.0.3/flyway-commandline-7.0.3-windows-x64.zip", - "hash": "sha1:1634cfc59e522ec4fa06654fc925fa31a8d3ec06" + "url": "https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/7.0.4/flyway-commandline-7.0.4-windows-x64.zip", + "hash": "sha1:7d5b6d176b00cc70e668ca53724f3d34fcdcec61" } }, - "extract_dir": "flyway-7.0.3", + "extract_dir": "flyway-7.0.4", "bin": "flyway.cmd", "persist": [ "conf",