From 3492cde80a2ce70b65b973890d3818aeb9dc7895 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 12:32:06 +0000 Subject: [PATCH] flyway: Update to version 11.3.4 --- bucket/flyway.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/flyway.json b/bucket/flyway.json index d3a6c87076..28b3e4fa97 100644 --- a/bucket/flyway.json +++ b/bucket/flyway.json @@ -1,15 +1,15 @@ { - "version": "11.3.3", + "version": "11.3.4", "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.3/flyway-commandline-11.3.3-windows-x64.zip", - "hash": "sha1:139b77565a12ee7a51736b0c6d82790f83e48d16" + "url": "https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/11.3.4/flyway-commandline-11.3.4-windows-x64.zip", + "hash": "sha1:d2a99c5dac08d79b7223d070b84a814dfb0f3f35" } }, - "extract_dir": "flyway-11.3.3", + "extract_dir": "flyway-11.3.4", "bin": "flyway.cmd", "persist": [ "conf",