From 2a1c1eda684d50006a2bf51ac617092e6e02ace6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Apr 2023 12:30:16 +0000 Subject: [PATCH] flyway: Update to version 9.16.2 --- bucket/flyway.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/flyway.json b/bucket/flyway.json index e1bcf3731d..3339f5a876 100644 --- a/bucket/flyway.json +++ b/bucket/flyway.json @@ -1,15 +1,15 @@ { - "version": "9.16.1", + "version": "9.16.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.16.1/flyway-commandline-9.16.1-windows-x64.zip", - "hash": "sha1:9f454e6aef906753e72a1305c596e45703d328c4" + "url": "https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/9.16.2/flyway-commandline-9.16.2-windows-x64.zip", + "hash": "sha1:f7497ef5bff6a2f20d2d7b22a877e4b990e3b1df" } }, - "extract_dir": "flyway-9.16.1", + "extract_dir": "flyway-9.16.2", "bin": "flyway.cmd", "persist": [ "conf",