From 47848edc5ef0965102f38801078fe6cb9cae855e Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 10 Feb 2021 13:00:18 +0000 Subject: [PATCH] flyway: Update to version 7.5.3 --- bucket/flyway.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/flyway.json b/bucket/flyway.json index 9bd9aa242a..7494d85458 100644 --- a/bucket/flyway.json +++ b/bucket/flyway.json @@ -1,15 +1,15 @@ { - "version": "7.5.2", + "version": "7.5.3", "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.5.2/flyway-commandline-7.5.2-windows-x64.zip", - "hash": "sha1:b8c91a84083ba1e1eedc7419fd5feab07a3a0979" + "url": "https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/7.5.3/flyway-commandline-7.5.3-windows-x64.zip", + "hash": "sha1:de39381fb189ce1fc25ef8aaf0c6e2f604a8e4f8" } }, - "extract_dir": "flyway-7.5.2", + "extract_dir": "flyway-7.5.3", "bin": "flyway.cmd", "persist": [ "conf",