diff --git a/bucket/gradle-bin.json b/bucket/gradle-bin.json index 936ae4791a..f3c7a02e0c 100644 --- a/bucket/gradle-bin.json +++ b/bucket/gradle-bin.json @@ -1,14 +1,14 @@ { - "version": "8.2", + "version": "8.2.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-8.2-bin.zip", - "hash": "38f66cd6eef217b4c35855bb11ea4e9fbc53594ccccb5fb82dfd317ef8c2c5a3", - "extract_dir": "gradle-8.2", + "url": "https://services.gradle.org/distributions/gradle-8.2.1-bin.zip", + "hash": "03ec176d388f2aa99defcadc3ac6adf8dd2bce5145a129659537c0874dea5ad1", + "extract_dir": "gradle-8.2.1", "post_install": [ "$current_env = env GRADLE_USER_HOME $global", "If ($null -eq $current_env) {",