From 4589a6f769388ceac23895e8e6bc42005ea159a2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Aug 2022 16:33:03 +0000 Subject: [PATCH] flyway: Update to version 9.1.4 --- bucket/flyway.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/flyway.json b/bucket/flyway.json index e693638738..787456f6c4 100644 --- a/bucket/flyway.json +++ b/bucket/flyway.json @@ -1,15 +1,15 @@ { - "version": "9.1.3", + "version": "9.1.4", "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/9.1.3/flyway-commandline-9.1.3-windows-x64.zip", - "hash": "sha1:890946baa0bdf80d413ae070c605d3414bfc65dc" + "url": "https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/9.1.4/flyway-commandline-9.1.4-windows-x64.zip", + "hash": "sha1:0efa36fe854545653905e0f106c3e6a03f034c08" } }, - "extract_dir": "flyway-9.1.3", + "extract_dir": "flyway-9.1.4", "bin": "flyway.cmd", "persist": [ "conf",