From ae995a47a46e6a7237eb952472106863e2ac009b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 20:28:30 +0000 Subject: [PATCH] flyway: Update to version 11.12.0 --- bucket/flyway.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/flyway.json b/bucket/flyway.json index 8563b6c83e..9c992528f7 100644 --- a/bucket/flyway.json +++ b/bucket/flyway.json @@ -1,15 +1,15 @@ { - "version": "11.11.2", + "version": "11.12.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.2/flyway-commandline-11.11.2-windows-x64.zip", - "hash": "sha1:371a47f73b787d2ea141a47d2c764ee921935eac" + "url": "https://download.red-gate.com/maven/release/com/redgate/flyway/flyway-commandline/11.12.0/flyway-commandline-11.12.0-windows-x64.zip", + "hash": "sha1:86ea287f28aa5db09c1a3e2f4b41d5a1f48de319" } }, - "extract_dir": "flyway-11.11.2", + "extract_dir": "flyway-11.12.0", "bin": "flyway.cmd", "persist": [ "conf",