687 B
687 B
name | about | title | labels | assignees |
---|---|---|---|---|
Dependency update | Update existing dependency to a new version. | dependencies |
For a Gradle dependency:
- Update the dependency version in the root
gradle.properties
. - Update the dependency locks
- For Gradle plugins
./gradlew dependencies --write-locks
- For module dependencies, we do not have locking enabled yet
- For Gradle plugins
- Are there any new APIs or possible migrations for this dependency?
For Gradle itself:
- Update the Gradle version in
gradle/wrapper/gradle-wrapper.properties
- Update the SHA version, referencing https://gradle.org/release-checksums/
- Update the Gradle wrapper by running
./gradlew wrapper