From 13bcc98ad03a94255460bbc058e89c6062906dff Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 16:28:21 +0000 Subject: [PATCH] flyway: Update to version 9.19.0 --- bucket/flyway.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/flyway.json b/bucket/flyway.json index 5b62e81334..965ce5d9da 100644 --- a/bucket/flyway.json +++ b/bucket/flyway.json @@ -1,15 +1,15 @@ { - "version": "9.18.0", + "version": "9.19.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.18.0/flyway-commandline-9.18.0-windows-x64.zip", - "hash": "sha1:c8fa1ab17b35197a4a9a9068dd1c966107f010b6" + "url": "https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/9.19.0/flyway-commandline-9.19.0-windows-x64.zip", + "hash": "sha1:7013df1615bbd2ae622ad58f41589e1ae87f3871" } }, - "extract_dir": "flyway-9.18.0", + "extract_dir": "flyway-9.19.0", "bin": "flyway.cmd", "persist": [ "conf",