From c55b7191c95b1881f988a75e73bcdee33e50e822 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 12:31:36 +0000 Subject: [PATCH] flyway: Update to version 9.22.2 --- bucket/flyway.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/flyway.json b/bucket/flyway.json index 9747a96169..91a9cd2daa 100644 --- a/bucket/flyway.json +++ b/bucket/flyway.json @@ -1,15 +1,15 @@ { - "version": "9.22.1", + "version": "9.22.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.22.1/flyway-commandline-9.22.1-windows-x64.zip", - "hash": "sha1:ae56e6d8ad671c1453914204927fea9ceb2c5a10" + "url": "https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/9.22.2/flyway-commandline-9.22.2-windows-x64.zip", + "hash": "sha1:a3d893103c8b328ac19d196b1647384bf5ce301a" } }, - "extract_dir": "flyway-9.22.1", + "extract_dir": "flyway-9.22.2", "bin": "flyway.cmd", "persist": [ "conf",