From da3985f0ddb7fef863c15a7c1d194eed645f6ac5 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 11 Mar 2021 14:01:46 +0000 Subject: [PATCH] flyway: Update to version 7.7.0 --- bucket/flyway.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/flyway.json b/bucket/flyway.json index 5e04bfcb9d..10f40e349c 100644 --- a/bucket/flyway.json +++ b/bucket/flyway.json @@ -1,15 +1,15 @@ { - "version": "7.6.0", + "version": "7.7.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/7.6.0/flyway-commandline-7.6.0-windows-x64.zip", - "hash": "sha1:60fcee19fbf3b4c46d6a9d5d05c183f332dfc7c5" + "url": "https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/7.7.0/flyway-commandline-7.7.0-windows-x64.zip", + "hash": "sha1:0bea15ebbb9e243582fab2ab3ae3f6201be728ac" } }, - "extract_dir": "flyway-7.6.0", + "extract_dir": "flyway-7.7.0", "bin": "flyway.cmd", "persist": [ "conf",