diff --git a/CHANGELOG.md b/CHANGELOG.md index 95a24aa645d..a3aa1a66423 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,8 @@ ### Bug Fixes - Stop producing stack traces when a get headers response only contains the range start header [#4189](https://github.com/hyperledger/besu/pull/4189) -- Upgrade Gradle to 6.8.0 [#4195](https://github.com/hyperledger/besu/pull/4195) +- Upgrade Spotless to 6.8.0 [#4195](https://github.com/hyperledger/besu/pull/4195) +- Upgrade Gradle to 7.5 [#4196](https://github.com/hyperledger/besu/pull/4196) ## 22.7.0-RC3 diff --git a/gradle.properties b/gradle.properties index af182eba6f6..db6c312064f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,3 @@ version=22.7.0-SNAPSHOT +org.gradle.welcome=never diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 2e6e5897b52..8049c684f04 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists