Skip to content

Commit 048de82

Browse files
committed
upgrade dependencies / plugin version
1 parent 2892d9a commit 048de82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.36.0"
25+
id "com.github.ben-manes.versions" version "0.39.0"
2626
}
2727
```
2828

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ function findUpgradeJsonReportFiles() {
301301
}
302302

303303
function informUserAboutInstallingUpdatePlugin(exitCode) {
304-
const newestVersion = "0.36.0";
304+
const newestVersion = "0.39.0";
305305

306306
console.log(`Error executing gradle dependency updates (StatusCode=${exitCode})`.bgRed);
307307
console.log(

0 commit comments

Comments
 (0)