From bea4108e5557c8801eea6bfb6e0494a2dc8c41f6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Apr 2025 12:31:36 +0000 Subject: [PATCH] flyway: Update to version 11.7.2 --- bucket/flyway.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/flyway.json b/bucket/flyway.json index 1a228b0073..520113e5e9 100644 --- a/bucket/flyway.json +++ b/bucket/flyway.json @@ -1,15 +1,15 @@ { - "version": "11.7.1", + "version": "11.7.2", "description": "Database migration tool that favors simplicity and convention over configuration.", "homepage": "https://flywaydb.org/", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/11.7.1/flyway-commandline-11.7.1-windows-x64.zip", - "hash": "sha1:c40a4753520fac3451840945daa20aac5c491677" + "url": "https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/11.7.2/flyway-commandline-11.7.2-windows-x64.zip", + "hash": "sha1:9ced8ead183b91bcd6e182a7005d57bcc9ab672d" } }, - "extract_dir": "flyway-11.7.1", + "extract_dir": "flyway-11.7.2", "bin": "flyway.cmd", "persist": [ "conf",