From 70acceff599c356247a05340b6563fc0e3b9a215 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Dec 2021 16:31:40 +0000 Subject: [PATCH] mvndaemon: Update to version 0.7.1 --- bucket/mvndaemon.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/mvndaemon.json b/bucket/mvndaemon.json index d9054ee8f1..7e65010061 100644 --- a/bucket/mvndaemon.json +++ b/bucket/mvndaemon.json @@ -1,5 +1,5 @@ { - "version": "0.7.0", + "version": "0.7.1", "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", @@ -17,9 +17,9 @@ }, "architecture": { "64bit": { - "url": "https://github.com/mvndaemon/mvnd/releases/download/0.7.0/mvnd-0.7.0-windows-amd64.zip", - "hash": "43d80dbf45c13bdef2cda7d3f4e94b4058c8239b75b6e251dc685de07798455b", - "extract_dir": "mvnd-0.7.0-windows-amd64" + "url": "https://github.com/mvndaemon/mvnd/releases/download/0.7.1/mvnd-0.7.1-windows-amd64.zip", + "hash": "749f647df21977e7ab8f1296ae39dedf1067aaaf173eddfb685b73e01d8352ff", + "extract_dir": "mvnd-0.7.1-windows-amd64" } }, "env_add_path": "bin",