From 52f83147cfe1a81fe8b6b082966b0b37f8161f40 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 16:28:28 +0000 Subject: [PATCH] flyway: Update to version 10.15.2 --- bucket/flyway.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/flyway.json b/bucket/flyway.json index 247cd35e63..7433ffa079 100644 --- a/bucket/flyway.json +++ b/bucket/flyway.json @@ -1,15 +1,15 @@ { - "version": "10.15.0", + "version": "10.15.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.15.0/flyway-commandline-10.15.0-windows-x64.zip", - "hash": "sha1:e9428152a31aaebc27d474efae9f12612c918b40" + "url": "https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/10.15.2/flyway-commandline-10.15.2-windows-x64.zip", + "hash": "sha1:2d677092ad4a009198bcf575c1f7b97969207a33" } }, - "extract_dir": "flyway-10.15.0", + "extract_dir": "flyway-10.15.2", "bin": "flyway.cmd", "persist": [ "conf",