flyway: Update to version 9.10.2 (#4308)

This commit is contained in:
Oussama Delassi 2023-01-04 13:34:37 +01:00 committed by GitHub
parent f6515e9ceb
commit da0ddc9b4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,15 +1,15 @@
{ {
"version": "9.8.1", "version": "9.10.2",
"description": "Database migration tool that favors simplicity and convention over configuration.", "description": "Database migration tool that favors simplicity and convention over configuration.",
"homepage": "https://flywaydb.org/", "homepage": "https://flywaydb.org/",
"license": "Apache-2.0", "license": "Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/9.8.1/flyway-commandline-9.8.1-windows-x64.zip", "url": "https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/9.10.2/flyway-commandline-9.10.2-windows-x64.zip",
"hash": "sha1:5b82f05fc8c76b692e27b84766a485a5bf05b7c8" "hash": "sha1:4cf49d12af16337188e68bf39cac4f7634897714"
} }
}, },
"extract_dir": "flyway-9.8.1", "extract_dir": "flyway-9.10.2",
"bin": "flyway.cmd", "bin": "flyway.cmd",
"persist": [ "persist": [
"conf", "conf",
@ -17,8 +17,8 @@
"jars" "jars"
], ],
"checkver": { "checkver": {
"url": "https://flywaydb.org/documentation/usage/commandline/#download-and-installation", "url": "https://documentation.red-gate.com/fd/release-notes-for-flyway-engine-179732572.html",
"regex": "flyway-commandline-([\\w.-]+)-windows" "regex": "Flyway ([\\d.]+)"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {