Skip to content

Commit 6c5ef19

Browse files
committed
chore: versions plugin update
1 parent de530fc commit 6c5ef19

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ Kotlin/Java projects, handling the boilerplate and common tasks so you can get s
6464
$ ./gradlew build
6565

6666
# Check dependency updates
67-
$ caupain --gradle-stability-level=milestone
67+
$ caupain
6868

6969
# OR
70-
$ ./gradlew dependencyUpdates --no-configuration-cache
70+
$ ./gradlew dependencyUpdates --no-parallel
7171
```
7272

7373
For testing, a separate [sandbox project](/sandbox) is available with the plugin and version catalog applied in
@@ -85,7 +85,7 @@ For testing, a separate [sandbox project](/sandbox) is available with the plugin
8585
$ ./gradlew build --task-graph
8686

8787
# Run other plugin tasks
88-
$ ./gradlew -p sandbox :dependencyUpdates --no-configuration-cache
88+
$ ./gradlew -p sandbox :dependencyUpdates --no-parallel
8989

9090
# To see the plugin classpath
9191
$ ./gradlew -p sandbox :buildEnvironment | grep -i "dev.suresh"

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,15 +229,15 @@ npm-jsjoda-tz = "2.22.0"
229229
swagger-style = "https://unpkg.com/[email protected]/themes/3.x/theme-flattop.css"
230230

231231
# Plugin versions
232-
benmanes = "0.52.0"
232+
benmanes = "0.53.0"
233233
caupain = "1.6.1"
234234
foojay-resolver = "1.0.0"
235235
gradle-develocity = "4.2"
236236
nmcp = "1.1.0"
237237
nexus-publish = "2.0.0"
238238
vanniktech-publish = "0.34.0"
239239
gradle-publish = "2.0.0"
240-
shadow = "9.1.0"
240+
shadow = "9.2.1"
241241
spotless = "7.2.1"
242242
semver-plugin = "0.9.0"
243243
gratatouille = "0.1.2"

0 commit comments

Comments
 (0)