From 070c2a062b0e0f02b8bb5d1627ca0f9193f325b1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Aug 2025 04:30:57 +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 322b147bb0..f974fdb3a9 100644 --- a/bucket/flyway.json +++ b/bucket/flyway.json @@ -1,15 +1,15 @@ { - "version": "11.11.1", + "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.11.1/flyway-commandline-11.11.1-windows-x64.zip", - "hash": "sha1:d4ebb079dc6bfb52fcb78c8ec6038b2f850b7761" + "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.11.1", + "extract_dir": "flyway-11.11.0", "bin": "flyway.cmd", "persist": [ "conf",