From 041fde5444d4695ac1b2fac2bd14e7700b05f113 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 12:31:54 +0000 Subject: [PATCH] flyway: Update to version 10.18.0 --- bucket/flyway.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/flyway.json b/bucket/flyway.json index a357375197..34efef7e5d 100644 --- a/bucket/flyway.json +++ b/bucket/flyway.json @@ -1,15 +1,15 @@ { - "version": "10.17.3", + "version": "10.18.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/10.17.3/flyway-commandline-10.17.3-windows-x64.zip", - "hash": "sha1:d364c26384b309eee5a339bbe2b07c8b0a572440" + "url": "https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/10.18.0/flyway-commandline-10.18.0-windows-x64.zip", + "hash": "sha1:57e0d559d9cb8e093c46d4596e10a3f866309dab" } }, - "extract_dir": "flyway-10.17.3", + "extract_dir": "flyway-10.18.0", "bin": "flyway.cmd", "persist": [ "conf",