From d611ff25643e05d21e25861e6519cae8c831468b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Oct 2022 16:30:44 +0000 Subject: [PATCH] flyway: Update to version 9.6.0 --- bucket/flyway.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/flyway.json b/bucket/flyway.json index 641c051b1a..6a7c0df95e 100644 --- a/bucket/flyway.json +++ b/bucket/flyway.json @@ -1,15 +1,15 @@ { - "version": "9.5.1", + "version": "9.6.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.5.1/flyway-commandline-9.5.1-windows-x64.zip", - "hash": "sha1:eb20a2e5e689a526f2cc87adae531ec22ce12256" + "url": "https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/9.6.0/flyway-commandline-9.6.0-windows-x64.zip", + "hash": "sha1:f82a6db6ee87de7144e7fcdf36895e2f4a0fcb57" } }, - "extract_dir": "flyway-9.5.1", + "extract_dir": "flyway-9.6.0", "bin": "flyway.cmd", "persist": [ "conf",