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