Auto-update dependencies.#2789
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the Gradle wrapper version from 9.5.0 to 9.5.1 across multiple modules. The reviewer suggested adding the networkTimeout and validateDistributionUrl properties to the module-level wrapper configurations to ensure consistency with the root wrapper and improve build reliability and security.
| distributionBase=GRADLE_USER_HOME | ||
| distributionPath=wrapper/dists | ||
| distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.0-bin.zip | ||
| distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip |
There was a problem hiding this comment.
The module-level Gradle wrappers are missing the networkTimeout and validateDistributionUrl properties that are present in the root gradle/wrapper/gradle-wrapper.properties. For consistency and improved build reliability and security, consider adding these properties to all module-level wrappers in this project.
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
91d1e32 to
7c07262
Compare
Wiz Scan Summary
To detect these findings earlier in the dev lifecycle, try using Wiz Code VS Code Extension. |
Brought to you by your friendly Repository Gardener.