From 802c1c6117c7cd6aa26d710ac0b9f435a39892b2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 16:29:54 +0000 Subject: [PATCH] flyway: Update to version 9.15.2 --- bucket/flyway.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/flyway.json b/bucket/flyway.json index 5d2e98b88f..1666336338 100644 --- a/bucket/flyway.json +++ b/bucket/flyway.json @@ -1,15 +1,15 @@ { - "version": "9.15.1", + "version": "9.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/9.15.1/flyway-commandline-9.15.1-windows-x64.zip", - "hash": "sha1:473bef21a2aabd5cd2f9030f56678b7662864cec" + "url": "https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/9.15.2/flyway-commandline-9.15.2-windows-x64.zip", + "hash": "sha1:9867da99f98e5c835cb738c1ece545f57c6a9f71" } }, - "extract_dir": "flyway-9.15.1", + "extract_dir": "flyway-9.15.2", "bin": "flyway.cmd", "persist": [ "conf",