From 72df93610e42521de295abeb7eb5b972b22089b3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 31 Aug 2022 12:32:04 +0000 Subject: [PATCH] flyway: Update to version 9.2.1 --- bucket/flyway.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/flyway.json b/bucket/flyway.json index a4a5701d4c..c58b792563 100644 --- a/bucket/flyway.json +++ b/bucket/flyway.json @@ -1,15 +1,15 @@ { - "version": "9.2.0", + "version": "9.2.1", "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.2.0/flyway-commandline-9.2.0-windows-x64.zip", - "hash": "sha1:6269d130ce8b31246e62562b7593e9b67f2310af" + "url": "https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/9.2.1/flyway-commandline-9.2.1-windows-x64.zip", + "hash": "sha1:d41e0ba64b5e1eec1dbbbd2f38c8e131d805880a" } }, - "extract_dir": "flyway-9.2.0", + "extract_dir": "flyway-9.2.1", "bin": "flyway.cmd", "persist": [ "conf",