flyway: Update to version 8.2.0

This commit is contained in:
Richard Kuhnt 2021-11-30 15:01:49 +00:00
parent 9ca77a6fd2
commit 9255b5c09d

View File

@ -1,15 +1,15 @@
{ {
"version": "8.1.0", "version": "8.2.0",
"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/8.1.0/flyway-commandline-8.1.0-windows-x64.zip", "url": "https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/8.2.0/flyway-commandline-8.2.0-windows-x64.zip",
"hash": "sha1:e1df9660b3d81dffaad3a5fe6d0663593c7be9fd" "hash": "sha1:880caed3593731f928109a7eb13a257d23ec228c"
} }
}, },
"extract_dir": "flyway-8.1.0", "extract_dir": "flyway-8.2.0",
"bin": "flyway.cmd", "bin": "flyway.cmd",
"persist": [ "persist": [
"conf", "conf",