From e272e3cb7a2871c797643427b30b1679e7c407c9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Feb 2022 16:31:41 +0000 Subject: [PATCH] flyway: Update to version 8.5.1 --- bucket/flyway.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/flyway.json b/bucket/flyway.json index 5531428f13..bd7ec8d5c9 100644 --- a/bucket/flyway.json +++ b/bucket/flyway.json @@ -1,15 +1,15 @@ { - "version": "8.5.0", + "version": "8.5.1", "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.5.0/flyway-commandline-8.5.0-windows-x64.zip", - "hash": "sha1:28f15f04f31cc9cd2ef51fd46d746f94180a34ee" + "url": "https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/8.5.1/flyway-commandline-8.5.1-windows-x64.zip", + "hash": "sha1:f2124c732978ed15452fd52004bbf5b101858d6f" } }, - "extract_dir": "flyway-8.5.0", + "extract_dir": "flyway-8.5.1", "bin": "flyway.cmd", "persist": [ "conf",