From 32ef47449ee7e0d98fa15a7074969d005c019360 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Jul 2022 12:31:53 +0000 Subject: [PATCH] flyway: Update to version 9.0.4 --- bucket/flyway.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/flyway.json b/bucket/flyway.json index abd421b4d3..0e9e0eb288 100644 --- a/bucket/flyway.json +++ b/bucket/flyway.json @@ -1,15 +1,15 @@ { - "version": "9.0.3", + "version": "9.0.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.0.3/flyway-commandline-9.0.3-windows-x64.zip", - "hash": "sha1:9c5f74ed49837724589f46a499212579361a3bac" + "url": "https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/9.0.4/flyway-commandline-9.0.4-windows-x64.zip", + "hash": "sha1:cdddc7dd61f75ceb70c135fbb6e82a9472484b0d" } }, - "extract_dir": "flyway-9.0.3", + "extract_dir": "flyway-9.0.4", "bin": "flyway.cmd", "persist": [ "conf",