From 787e9d146bae14262db7b6e5334720483fdce37f Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 19 Jul 2021 17:00:14 +0000 Subject: [PATCH] flyway: Update to version 7.11.3 --- bucket/flyway.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/flyway.json b/bucket/flyway.json index 516537c19d..091020b91b 100644 --- a/bucket/flyway.json +++ b/bucket/flyway.json @@ -1,15 +1,15 @@ { - "version": "7.11.2", + "version": "7.11.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.11.2/flyway-commandline-7.11.2-windows-x64.zip", - "hash": "sha1:e2eab35673169322da9c3fef9d1002ca9fe7ebc6" + "url": "https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/7.11.3/flyway-commandline-7.11.3-windows-x64.zip", + "hash": "sha1:aeb71bad5ccb5e17cb9b83203b15e7c816184a52" } }, - "extract_dir": "flyway-7.11.2", + "extract_dir": "flyway-7.11.3", "bin": "flyway.cmd", "persist": [ "conf",