From 685c9047fb59e80b0d90157d8f6c814aca06ee8c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 31 Mar 2022 16:49:14 +0000 Subject: [PATCH] gradle: Update to version 7.4.2 --- bucket/gradle.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/gradle.json b/bucket/gradle.json index 8d759bdc06..8d1601d704 100644 --- a/bucket/gradle.json +++ b/bucket/gradle.json @@ -1,14 +1,14 @@ { - "version": "7.4.1", + "version": "7.4.2", "description": "An open-source build automation tool focused on flexibility and performance. (Source code and documentation boundled)", "homepage": "https://gradle.org", "license": "Apache-2.0", "suggest": { "JDK": "java/openjdk" }, - "url": "https://services.gradle.org/distributions/gradle-7.4.1-all.zip", - "hash": "a9a7b7baba105f6557c9dcf9c3c6e8f7e57e6b49889c5f1d133f015d0727e4be", - "extract_dir": "gradle-7.4.1", + "url": "https://services.gradle.org/distributions/gradle-7.4.2-all.zip", + "hash": "e6d864e3b5bc05cc62041842b306383fc1fefcec359e70cebb1d470a6094ca82", + "extract_dir": "gradle-7.4.2", "bin": "bin\\gradle.bat", "checkver": { "url": "https://gradle.org/install/",