From 1cc12b7910e03ea0440d437718dd7c6c2336aa8e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 12:32:01 +0000 Subject: [PATCH] flyway: Update to version 11.3.3 --- bucket/flyway.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/flyway.json b/bucket/flyway.json index 3ea6816ba2..d3a6c87076 100644 --- a/bucket/flyway.json +++ b/bucket/flyway.json @@ -1,15 +1,15 @@ { - "version": "11.3.2", + "version": "11.3.3", "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.2/flyway-commandline-11.3.2-windows-x64.zip", - "hash": "sha1:a49cc0f4c3420d1f20725dbb72d9503f33aa604a" + "url": "https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/11.3.3/flyway-commandline-11.3.3-windows-x64.zip", + "hash": "sha1:139b77565a12ee7a51736b0c6d82790f83e48d16" } }, - "extract_dir": "flyway-11.3.2", + "extract_dir": "flyway-11.3.3", "bin": "flyway.cmd", "persist": [ "conf",