diff --git a/bucket/gradle-bin.json b/bucket/gradle-bin.json index c1bf9b75bb..fc26bb9f53 100644 --- a/bucket/gradle-bin.json +++ b/bucket/gradle-bin.json @@ -1,14 +1,14 @@ { - "version": "8.1", + "version": "8.1.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.1-bin.zip", - "hash": "a62c5f99585dd9e1f95dab7b9415a0e698fa9dd1e6c38537faa81ac078f4d23e", - "extract_dir": "gradle-8.1", + "url": "https://services.gradle.org/distributions/gradle-8.1.1-bin.zip", + "hash": "e111cb9948407e26351227dabce49822fb88c37ee72f1d1582a69c68af2e702f", + "extract_dir": "gradle-8.1.1", "post_install": [ "$current_env = env GRADLE_USER_HOME $global", "If ($null -eq $current_env) {",