From 4aacfad3a6caef360b9be0276eb175c4ba53bb5d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 12:31:53 +0000 Subject: [PATCH] flyway: Update to version 11.18.0 --- bucket/flyway.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/flyway.json b/bucket/flyway.json index f522b93a84..4b5ea251bc 100644 --- a/bucket/flyway.json +++ b/bucket/flyway.json @@ -1,15 +1,15 @@ { - "version": "11.17.2", + "version": "11.18.0", "description": "Database migration tool that favors simplicity and convention over configuration.", "homepage": "https://github.com/flyway/flyway", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/flyway/flyway/releases/download/flyway-11.17.2/flyway-commandline-11.17.2-windows-x64.zip", - "hash": "8c9e2f9853a3d0b0483430e19ea1d53a73905803afca72bfcd10f0bb76174139" + "url": "https://github.com/flyway/flyway/releases/download/flyway-11.18.0/flyway-commandline-11.18.0-windows-x64.zip", + "hash": "d4c1c917b4fcc4bb6ceb992df5e48bbf1db988b19e307693ad7eecfee7581e92" } }, - "extract_dir": "flyway-11.17.2", + "extract_dir": "flyway-11.18.0", "bin": "flyway.cmd", "persist": [ "conf",