From 26adb471a0875067575c09ed6356bb8295a620c3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Mar 2022 20:27:56 +0000 Subject: [PATCH] gradle-bin: Update to version 7.4.1 --- bucket/gradle-bin.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/gradle-bin.json b/bucket/gradle-bin.json index d2c49d2b97..f1891bdbf2 100644 --- a/bucket/gradle-bin.json +++ b/bucket/gradle-bin.json @@ -1,14 +1,14 @@ { - "version": "7.4", + "version": "7.4.1", "description": "An open-source build automation tool focused on flexibility and performance. (Binaries only without documentation)", "homepage": "https://gradle.org", "license": "Apache-2.0", "suggest": { "JDK": "java/openjdk" }, - "url": "https://services.gradle.org/distributions/gradle-7.4-bin.zip", - "hash": "8cc27038d5dbd815759851ba53e70cf62e481b87494cc97cfd97982ada5ba634", - "extract_dir": "gradle-7.4", + "url": "https://services.gradle.org/distributions/gradle-7.4.1-bin.zip", + "hash": "e5444a57cda4a95f90b0c9446a9e1b47d3d7f69057765bfb54bd4f482542d548", + "extract_dir": "gradle-7.4.1", "bin": "bin\\gradle.bat", "checkver": { "url": "https://gradle.org/install/",