Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ Alternatively, use the `allDeps` or `allDepInsight` tasks for recursively iterat
These take the same arguments as the builtin variants.

### Determining if any dependencies could be updated ###
./gradlew dependencyUpdates
./gradlew dependencyUpdates --no-parallel

### Common build options ###

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ buildscript {
}

plugins {
id 'com.github.ben-manes.versions' version '0.52.0'
id 'com.github.ben-manes.versions' version '0.53.0'
id 'idea'
id 'jacoco'
id 'java-library'
Expand Down