From 83b7230378cc0f06c202d7c36dc55e9b8c912f22 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 12:30:50 +0000 Subject: [PATCH] mvndaemon: Update to version 0.9.0 --- bucket/mvndaemon.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/mvndaemon.json b/bucket/mvndaemon.json index 01bcb70bfd..79b703f076 100644 --- a/bucket/mvndaemon.json +++ b/bucket/mvndaemon.json @@ -1,5 +1,5 @@ { - "version": "0.8.2", + "version": "0.9.0", "description": "The Maven (mvn) Daemon is based on GraalVM and allows for faster Maven builds.", "homepage": "https://github.com/mvndaemon/mvnd", "license": "Apache-2.0", @@ -14,9 +14,9 @@ }, "architecture": { "64bit": { - "url": "https://dist.apache.org/repos/dist/release/maven/mvnd/0.8.2/maven-mvnd-0.8.2-windows-amd64.zip", - "hash": "bfe6115b643ecb54b52a46df9e5b790035e54e67e21c10f964c7d58f633b7f22", - "extract_dir": "maven-mvnd-0.8.2-windows-amd64" + "url": "https://dist.apache.org/repos/dist/release/maven/mvnd/0.9.0/maven-mvnd-0.9.0-windows-amd64.zip", + "hash": "07205da7f84db53fdffc55079b817789267b661f39978a2b2ad4f2584dc812ba", + "extract_dir": "maven-mvnd-0.9.0-windows-amd64" } }, "env_add_path": "bin",