From 8540fa64714ae432680b3e7fbfcf290f72ede720 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Dec 2021 12:30:28 +0000 Subject: [PATCH] flyway: Update to version 8.3.0 --- bucket/flyway.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/flyway.json b/bucket/flyway.json index 57e088aecb..fd66d31496 100644 --- a/bucket/flyway.json +++ b/bucket/flyway.json @@ -1,15 +1,15 @@ { - "version": "8.2.3", + "version": "8.3.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/8.2.3/flyway-commandline-8.2.3-windows-x64.zip", - "hash": "sha1:a64591f5873c5de686273e85d1cb97e2e88d170a" + "url": "https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/8.3.0/flyway-commandline-8.3.0-windows-x64.zip", + "hash": "sha1:1d768919325e75cf96ba9c39f27269fb3c28aaf5" } }, - "extract_dir": "flyway-8.2.3", + "extract_dir": "flyway-8.3.0", "bin": "flyway.cmd", "persist": [ "conf",