Skip to content

Commit 9632031

Browse files
committed
Upgrades
1 parent 8e5fb71 commit 9632031

File tree

3 files changed

+949
-833
lines changed

3 files changed

+949
-833
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ build.gradle
2222

2323
```groovy
2424
plugins {
25-
id "com.github.ben-manes.versions" version "0.28.0"
25+
id "com.github.ben-manes.versions" version "0.33.0"
2626
}
2727
```
2828

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ function findUpgradeJsonReportFiles() {
309309
}
310310

311311
function informUserAboutInstallingUpdatePlugin(exitCode) {
312-
const newestVersion = '0.28.0'
312+
const newestVersion = '0.33.0'
313313

314314
console.log(`Error executing gradle dependency updates (StatusCode=${exitCode})`.bgRed);
315315
console.log(`\nIn case you haven't installed the gradle-versions-plugin (https://github.com/ben-manes/gradle-versions-plugin), put one of the following in your gradle build file:\n`);

0 commit comments

Comments
 (0)