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