From 8abd4ef21cf895028ffef90e4a377eca3104d4ca Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 26 Jul 2022 12:31:54 +0000 Subject: [PATCH] flyway: Update to version 9.0.2 --- bucket/flyway.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/flyway.json b/bucket/flyway.json index 0bda97aa85..9d31e76569 100644 --- a/bucket/flyway.json +++ b/bucket/flyway.json @@ -1,15 +1,15 @@ { - "version": "9.0.1", + "version": "9.0.2", "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.0.1/flyway-commandline-9.0.1-windows-x64.zip", - "hash": "sha1:0c1ae3959e8c356ce3021f1c84eb81a2e73f86ab" + "url": "https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/9.0.2/flyway-commandline-9.0.2-windows-x64.zip", + "hash": "sha1:3ad48b2dc8f6cad03d0ddafe8623d4cccf7019a8" } }, - "extract_dir": "flyway-9.0.1", + "extract_dir": "flyway-9.0.2", "bin": "flyway.cmd", "persist": [ "conf",