From 96d555434ba80ebe5f36df73a1adb632eec299b6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Jun 2023 16:28:20 +0000 Subject: [PATCH] flyway: Update to version 9.20.0 --- bucket/flyway.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/flyway.json b/bucket/flyway.json index 381745617c..00b8cac1e0 100644 --- a/bucket/flyway.json +++ b/bucket/flyway.json @@ -1,15 +1,15 @@ { - "version": "9.19.4", + "version": "9.20.0", "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.19.4/flyway-commandline-9.19.4-windows-x64.zip", - "hash": "sha1:b1629181aaa30b3fe766efbd4fb1f8a2b5722b58" + "url": "https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/9.20.0/flyway-commandline-9.20.0-windows-x64.zip", + "hash": "sha1:8101be481071004451b4ed90444bf0f618eddbb7" } }, - "extract_dir": "flyway-9.19.4", + "extract_dir": "flyway-9.20.0", "bin": "flyway.cmd", "persist": [ "conf",