We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2892d9a commit 048de82Copy full SHA for 048de82
README.md
@@ -22,7 +22,7 @@ build.gradle
22
23
```groovy
24
plugins {
25
- id "com.github.ben-manes.versions" version "0.36.0"
+ id "com.github.ben-manes.versions" version "0.39.0"
26
}
27
```
28
index.js
@@ -301,7 +301,7 @@ function findUpgradeJsonReportFiles() {
301
302
303
function informUserAboutInstallingUpdatePlugin(exitCode) {
304
- const newestVersion = "0.36.0";
+ const newestVersion = "0.39.0";
305
306
console.log(`Error executing gradle dependency updates (StatusCode=${exitCode})`.bgRed);
307
console.log(
0 commit comments