From 3c60515856e80388a71f0b13f9dd787447ef4223 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 16 Apr 2021 13:00:22 +0000 Subject: [PATCH] flyway: Update to version 7.8.1 --- bucket/flyway.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/flyway.json b/bucket/flyway.json index facbc1e003..901fc66413 100644 --- a/bucket/flyway.json +++ b/bucket/flyway.json @@ -1,15 +1,15 @@ { - "version": "7.8.0", + "version": "7.8.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.8.0/flyway-commandline-7.8.0-windows-x64.zip", - "hash": "sha1:47c44541708cc460704c4ac46627e89c316ea823" + "url": "https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/7.8.1/flyway-commandline-7.8.1-windows-x64.zip", + "hash": "sha1:c50004dd5b91b4dee852419c120251ddf9f72391" } }, - "extract_dir": "flyway-7.8.0", + "extract_dir": "flyway-7.8.1", "bin": "flyway.cmd", "persist": [ "conf",