Skip to content

Commit 8a1c619

Browse files
authored
MINOR: gradle-versions-plugin version update: 0.52.0 -->> 0.53.0 (some issues with Gradle 9+ are solved) (#20652)
Extends from: #19513 Note: in Gradle 9+ we have to add a switch like this: ``` ./gradlew dependencyUpdates --no-parallel ``` Related link: https://github.com/ben-manes/gradle-versions-plugin/releases/tag/v0.53.0 Reviewers: Chia-Ping Tsai <[email protected]>
1 parent 4a5aa37 commit 8a1c619

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ Alternatively, use the `allDeps` or `allDepInsight` tasks for recursively iterat
232232
These take the same arguments as the builtin variants.
233233

234234
### Determining if any dependencies could be updated ###
235-
./gradlew dependencyUpdates
235+
./gradlew dependencyUpdates --no-parallel
236236

237237
### Common build options ###
238238

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ buildscript {
2929
}
3030

3131
plugins {
32-
id 'com.github.ben-manes.versions' version '0.52.0'
32+
id 'com.github.ben-manes.versions' version '0.53.0'
3333
id 'idea'
3434
id 'jacoco'
3535
id 'java-library'

0 commit comments

Comments
 (0)