From f84e13401f4cdb4941a32747f85eac77836dd2fd Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 18 Nov 2020 15:01:47 +0000 Subject: [PATCH] flyway: Update to version 7.2.1 --- bucket/flyway.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/flyway.json b/bucket/flyway.json index f19b3c512f..ab103a523c 100644 --- a/bucket/flyway.json +++ b/bucket/flyway.json @@ -1,15 +1,15 @@ { - "version": "7.2.0", + "version": "7.2.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.2.0/flyway-commandline-7.2.0-windows-x64.zip", - "hash": "sha1:700a87acae40bf6f7eec42a2d43901a59cacbfcf" + "url": "https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/7.2.1/flyway-commandline-7.2.1-windows-x64.zip", + "hash": "sha1:3f11022ff5686cae16e130d397b317186646c8b6" } }, - "extract_dir": "flyway-7.2.0", + "extract_dir": "flyway-7.2.1", "bin": "flyway.cmd", "persist": [ "conf",