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