From 64eba6b1bd1678d58b8592089736ec2f2c4e6be7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 16:32:33 +0000 Subject: [PATCH] flyway: Update to version 11.1.1 --- bucket/flyway.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/flyway.json b/bucket/flyway.json index 2f3c287ead..1d7d79623f 100644 --- a/bucket/flyway.json +++ b/bucket/flyway.json @@ -1,15 +1,15 @@ { - "version": "11.1.0", + "version": "11.1.1", "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/11.1.0/flyway-commandline-11.1.0-windows-x64.zip", - "hash": "sha1:b1018e2b58ae7f60fc465b64a4626b716f249220" + "url": "https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/11.1.1/flyway-commandline-11.1.1-windows-x64.zip", + "hash": "sha1:47928038714a039484d446f08d59785281b64cab" } }, - "extract_dir": "flyway-11.1.0", + "extract_dir": "flyway-11.1.1", "bin": "flyway.cmd", "persist": [ "conf",