From 5b3b832304118c3875ba14e72a423e097dbb040e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 16:31:18 +0000 Subject: [PATCH] flyway: Update to version 9.15.0 --- bucket/flyway.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/flyway.json b/bucket/flyway.json index a28a8a2d98..ae66649239 100644 --- a/bucket/flyway.json +++ b/bucket/flyway.json @@ -1,15 +1,15 @@ { - "version": "9.14.1", + "version": "9.15.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/9.14.1/flyway-commandline-9.14.1-windows-x64.zip", - "hash": "sha1:5299191a2a1a702f3884d350fd6dbfe840784555" + "url": "https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/9.15.0/flyway-commandline-9.15.0-windows-x64.zip", + "hash": "sha1:770da2b81b31b676b1100548a1662eefa5b37b42" } }, - "extract_dir": "flyway-9.14.1", + "extract_dir": "flyway-9.15.0", "bin": "flyway.cmd", "persist": [ "conf",