From b6f1dc56da37ae0a57dce5fff1070df1ff8207f8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 16:29:58 +0000 Subject: [PATCH] flyway: Update to version 10.17.2 --- bucket/flyway.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/flyway.json b/bucket/flyway.json index 917108cbf1..12386dfacc 100644 --- a/bucket/flyway.json +++ b/bucket/flyway.json @@ -1,15 +1,15 @@ { - "version": "10.17.1", + "version": "10.17.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/10.17.1/flyway-commandline-10.17.1-windows-x64.zip", - "hash": "sha1:eb60f1346b6b3c62828dcbbd4ef5df9cd5818e34" + "url": "https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/10.17.2/flyway-commandline-10.17.2-windows-x64.zip", + "hash": "sha1:b7c91f473843078e80fac11e98b69a971b9c9220" } }, - "extract_dir": "flyway-10.17.1", + "extract_dir": "flyway-10.17.2", "bin": "flyway.cmd", "persist": [ "conf",