From 1508b61572f76ea469688decdcd15c96832f6cda Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Feb 2022 16:29:47 +0000 Subject: [PATCH] flyway: Update to version 8.4.4 --- bucket/flyway.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/flyway.json b/bucket/flyway.json index 927f5955df..ad32700ac2 100644 --- a/bucket/flyway.json +++ b/bucket/flyway.json @@ -1,15 +1,15 @@ { - "version": "8.4.3", + "version": "8.4.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/8.4.3/flyway-commandline-8.4.3-windows-x64.zip", - "hash": "sha1:48149e833c577a7d56d3c843cb186fddd54d5bb3" + "url": "https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/8.4.4/flyway-commandline-8.4.4-windows-x64.zip", + "hash": "sha1:7953c25dfe1f8f7b70f8c55734c6df7e6001c0e4" } }, - "extract_dir": "flyway-8.4.3", + "extract_dir": "flyway-8.4.4", "bin": "flyway.cmd", "persist": [ "conf",