From ebced4c6e8a0d2eddc5ad63151e770d6f4025645 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Mar 2025 16:30:11 +0000 Subject: [PATCH] flyway: Update to version 11.4.0 --- bucket/flyway.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/flyway.json b/bucket/flyway.json index 28b3e4fa97..01f87d8799 100644 --- a/bucket/flyway.json +++ b/bucket/flyway.json @@ -1,15 +1,15 @@ { - "version": "11.3.4", + "version": "11.4.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/11.3.4/flyway-commandline-11.3.4-windows-x64.zip", - "hash": "sha1:d2a99c5dac08d79b7223d070b84a814dfb0f3f35" + "url": "https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/11.4.0/flyway-commandline-11.4.0-windows-x64.zip", + "hash": "sha1:e78dc331fc047ab4ec8efdaacd427e642d14cd92" } }, - "extract_dir": "flyway-11.3.4", + "extract_dir": "flyway-11.4.0", "bin": "flyway.cmd", "persist": [ "conf",