From 9bde55e4f2171167a7955f53fa54d8e0a01ffcb5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 12:31:58 +0000 Subject: [PATCH] flyway: Update to version 11.17.0 --- bucket/flyway.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/flyway.json b/bucket/flyway.json index 407306070c..f6b2774d89 100644 --- a/bucket/flyway.json +++ b/bucket/flyway.json @@ -1,15 +1,15 @@ { - "version": "11.16.0", + "version": "11.17.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.16.0/flyway-commandline-11.16.0-windows-x64.zip", - "hash": "sha256:acfee302be049479f8fdba8126753ef34f7f44168b51bf306b29ccef548a00bb" + "url": "https://github.com/flyway/flyway/releases/download/flyway-11.17.0/flyway-commandline-11.17.0-windows-x64.zip", + "hash": "ff55a382cd3dea301a56dab685fdbe5dbe35e8d6bc194c726926c751dbfa281c" } }, - "extract_dir": "flyway-11.16.0", + "extract_dir": "flyway-11.17.0", "bin": "flyway.cmd", "persist": [ "conf",