From a67b61b2fddf17299f8882a8d7aa503c0b397033 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 12:31:47 +0000 Subject: [PATCH] flyway: Update to version 11.8.0 --- bucket/flyway.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/flyway.json b/bucket/flyway.json index 520113e5e9..0ed6c6e2cf 100644 --- a/bucket/flyway.json +++ b/bucket/flyway.json @@ -1,15 +1,15 @@ { - "version": "11.7.2", + "version": "11.8.0", "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.2/flyway-commandline-11.7.2-windows-x64.zip", - "hash": "sha1:9ced8ead183b91bcd6e182a7005d57bcc9ab672d" + "url": "https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/11.8.0/flyway-commandline-11.8.0-windows-x64.zip", + "hash": "sha1:c259912a93b3874b1425459b03141cf8c61caf47" } }, - "extract_dir": "flyway-11.7.2", + "extract_dir": "flyway-11.8.0", "bin": "flyway.cmd", "persist": [ "conf",