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