From 0ebc9068f2457e6b8b9fcb86760f218e8e796e36 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 04:29:46 +0000 Subject: [PATCH] flyway: Update to version 11.16.0 --- bucket/flyway.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/flyway.json b/bucket/flyway.json index 79d982c324..c704531a8a 100644 --- a/bucket/flyway.json +++ b/bucket/flyway.json @@ -1,15 +1,15 @@ { - "version": "11.15.0", + "version": "11.16.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.15.0/flyway-commandline-11.15.0-windows-x64.zip", - "hash": "sha1:501b9a5ffffa76f3d9cdecb4288f7d0460e70bce" + "url": "https://download.red-gate.com/maven/release/com/redgate/flyway/flyway-commandline/11.16.0/flyway-commandline-11.16.0-windows-x64.zip", + "hash": "sha1:0a60fd1a7b311725c14bc2dec67d014fdef8abbc" } }, - "extract_dir": "flyway-11.15.0", + "extract_dir": "flyway-11.16.0", "bin": "flyway.cmd", "persist": [ "conf",