From 9a580bef4cfd595f6b47ca49633e7755373afdf0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 16:30:01 +0000 Subject: [PATCH] flyway: Update to version 11.3.1 --- bucket/flyway.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/flyway.json b/bucket/flyway.json index ae50ce29c3..dbf4cb343b 100644 --- a/bucket/flyway.json +++ b/bucket/flyway.json @@ -1,15 +1,15 @@ { - "version": "11.3.0", + "version": "11.3.1", "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.3.0/flyway-commandline-11.3.0-windows-x64.zip", - "hash": "sha1:1cc3b51436ad454d2fadc03d7e0778c93af49a25" + "url": "https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/11.3.1/flyway-commandline-11.3.1-windows-x64.zip", + "hash": "sha1:49a7cc8be68d5829adaaa605cb5eff7f243b4003" } }, - "extract_dir": "flyway-11.3.0", + "extract_dir": "flyway-11.3.1", "bin": "flyway.cmd", "persist": [ "conf",