Skip to content

Commit 5bdbcda

Browse files
committed
New release of versions plugin
1 parent 14dc120 commit 5bdbcda

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

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ function findUpgradeJsonReportFiles() {
251251
}
252252

253253
function informUserAboutInstallingUpdatePlugin() {
254-
const newestVersion = '0.27.0'
254+
const newestVersion = '0.28.0'
255255

256256
console.log(`Error executing gradle dependency updates (StatusCode=${gradleDependencyUpdateProcess.status})`.bgRed);
257257
console.log(gradleDependencyUpdateProcess.stderr.toString().red);

0 commit comments

Comments
 (0)