From 83e90c5a6c27e392cbff29fd34308e5a90cae230 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 12:29:46 +0000 Subject: [PATCH] flyway: Update to version 10.2.0 --- bucket/flyway.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/flyway.json b/bucket/flyway.json index 9b527384b6..9fa148e322 100644 --- a/bucket/flyway.json +++ b/bucket/flyway.json @@ -1,15 +1,15 @@ { - "version": "10.1.0", + "version": "10.2.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/10.1.0/flyway-commandline-10.1.0-windows-x64.zip", - "hash": "sha1:7ac78808ada1cc1e14dcabf627221fc35a646853" + "url": "https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/10.2.0/flyway-commandline-10.2.0-windows-x64.zip", + "hash": "sha1:71acf55b36f61e0660ec2f9e7fcde54b26c94b37" } }, - "extract_dir": "flyway-10.1.0", + "extract_dir": "flyway-10.2.0", "bin": "flyway.cmd", "persist": [ "conf",