diff --git a/bucket/gradle.json b/bucket/gradle.json index 095e5d8dc8..2d519b164c 100644 --- a/bucket/gradle.json +++ b/bucket/gradle.json @@ -1,14 +1,14 @@ { - "version": "8.11", + "version": "8.11.1", "description": "An open-source build automation tool focused on flexibility and performance. (Source code and documentation bundled)", "homepage": "https://gradle.org", "license": "Apache-2.0", "suggest": { "JDK": "java/openjdk" }, - "url": "https://services.gradle.org/distributions/gradle-8.11-all.zip", - "hash": "73d2d553933194d8eefed0a291acbe45392ca3572ba13834cbbf373da375276d", - "extract_dir": "gradle-8.11", + "url": "https://services.gradle.org/distributions/gradle-8.11.1-all.zip", + "hash": "89d4e70e4e84e2d2dfbb63e4daa53e21b25017cc70c37e4eea31ee51fb15098a", + "extract_dir": "gradle-8.11.1", "post_install": [ "$current_env = Get-EnvVar -Name GRADLE_USER_HOME -Global:$global", "If ($null -eq $current_env) {",