MINOR: `gradle-versions-plugin` version update: 0.52.0 -->> 0.53.0 (some issues with Gradle 9+ are solved) (#20652)
CI / build (push) Waiting to run Details

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 <chia7712@gmail.com>
This commit is contained in:
Dejan Stojadinović 2025-10-08 07:31:51 +02:00 committed by GitHub
parent 4a5aa37169
commit 8a1c619968
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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 ###

View File

@ -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'