From 0906f039d156b4045cdf305af66c0c9520107290 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 Jul 2022 12:33:46 +0000 Subject: [PATCH] flyway: Update to version 9.0.0 --- bucket/flyway.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/flyway.json b/bucket/flyway.json index b7c2a7d6c5..b8d9c2347d 100644 --- a/bucket/flyway.json +++ b/bucket/flyway.json @@ -1,15 +1,15 @@ { - "version": "8.5.13", + "version": "9.0.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/8.5.13/flyway-commandline-8.5.13-windows-x64.zip", - "hash": "sha1:1565c87cb02be7cf80561b2ae8b3254c57060ada" + "url": "https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/9.0.0/flyway-commandline-9.0.0-windows-x64.zip", + "hash": "sha1:ca781d592f75ac1d9f7192c34f5ddba3846cbacc" } }, - "extract_dir": "flyway-8.5.13", + "extract_dir": "flyway-9.0.0", "bin": "flyway.cmd", "persist": [ "conf",