diff --git a/bucket/flyway.json b/bucket/flyway.json index 1621010072..1da825da8c 100644 --- a/bucket/flyway.json +++ b/bucket/flyway.json @@ -1,15 +1,15 @@ { - "version": "9.8.1", + "version": "9.10.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.8.1/flyway-commandline-9.8.1-windows-x64.zip", - "hash": "sha1:5b82f05fc8c76b692e27b84766a485a5bf05b7c8" + "url": "https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/9.10.2/flyway-commandline-9.10.2-windows-x64.zip", + "hash": "sha1:4cf49d12af16337188e68bf39cac4f7634897714" } }, - "extract_dir": "flyway-9.8.1", + "extract_dir": "flyway-9.10.2", "bin": "flyway.cmd", "persist": [ "conf", @@ -17,8 +17,8 @@ "jars" ], "checkver": { - "url": "https://flywaydb.org/documentation/usage/commandline/#download-and-installation", - "regex": "flyway-commandline-([\\w.-]+)-windows" + "url": "https://documentation.red-gate.com/fd/release-notes-for-flyway-engine-179732572.html", + "regex": "Flyway ([\\d.]+)" }, "autoupdate": { "architecture": {