From 8b3d20a9c6c87c8dc0670b0e8f0db49d320acc8e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 Aug 2025 20:30:27 +0000 Subject: [PATCH] flyway: Update to version 11.11.0 --- bucket/flyway.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/flyway.json b/bucket/flyway.json index 02c5b06d11..f974fdb3a9 100644 --- a/bucket/flyway.json +++ b/bucket/flyway.json @@ -1,15 +1,15 @@ { - "version": "11.10.5", + "version": "11.11.0", "description": "Database migration tool that favors simplicity and convention over configuration.", "homepage": "https://flywaydb.org/", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://download.red-gate.com/maven/release/com/redgate/flyway/flyway-commandline/11.10.5/flyway-commandline-11.10.5-windows-x64.zip", - "hash": "sha1:d61da845ade06d08656f179758134933d507be1d" + "url": "https://download.red-gate.com/maven/release/com/redgate/flyway/flyway-commandline/11.11.0/flyway-commandline-11.11.0-windows-x64.zip", + "hash": "sha1:a8ab698a9952cd9ae4797bda62ccac705234b0f6" } }, - "extract_dir": "flyway-11.10.5", + "extract_dir": "flyway-11.11.0", "bin": "flyway.cmd", "persist": [ "conf",