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