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 14dc120 commit 5bdbcdaCopy full SHA for 5bdbcda
README.md
@@ -22,7 +22,7 @@ build.gradle
22
23
```groovy
24
plugins {
25
- id "com.github.ben-manes.versions" version "0.27.0"
+ id "com.github.ben-manes.versions" version "0.28.0"
26
}
27
```
28
index.js
@@ -251,7 +251,7 @@ function findUpgradeJsonReportFiles() {
251
252
253
function informUserAboutInstallingUpdatePlugin() {
254
- const newestVersion = '0.27.0'
+ const newestVersion = '0.28.0'
255
256
console.log(`Error executing gradle dependency updates (StatusCode=${gradleDependencyUpdateProcess.status})`.bgRed);
257
console.log(gradleDependencyUpdateProcess.stderr.toString().red);
0 commit comments