From d25db544f2c4ce0faeff7b13421bf1fc4f5cfab2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Mar 2022 16:29:45 +0000 Subject: [PATCH] flyway: Update to version 8.5.3 --- bucket/flyway.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/flyway.json b/bucket/flyway.json index ccbea544c0..9ee10ffb4c 100644 --- a/bucket/flyway.json +++ b/bucket/flyway.json @@ -1,15 +1,15 @@ { - "version": "8.5.2", + "version": "8.5.3", "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.2/flyway-commandline-8.5.2-windows-x64.zip", - "hash": "sha1:55dd2445b1f07fe47db15f76f1b6d40bb2e1ea8b" + "url": "https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/8.5.3/flyway-commandline-8.5.3-windows-x64.zip", + "hash": "sha1:4d1f30cf4dd1e13900dbeb6cc569cac8a0442f94" } }, - "extract_dir": "flyway-8.5.2", + "extract_dir": "flyway-8.5.3", "bin": "flyway.cmd", "persist": [ "conf",