File tree Expand file tree Collapse file tree 4 files changed +419
-369
lines changed Expand file tree Collapse file tree 4 files changed +419
-369
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ build.gradle
22
22
23
23
``` groovy
24
24
plugins {
25
- id "com.github.ben-manes.versions" version "0.33 .0"
25
+ id "com.github.ben-manes.versions" version "0.36 .0"
26
26
}
27
27
```
28
28
Original file line number Diff line number Diff line change @@ -301,7 +301,7 @@ function findUpgradeJsonReportFiles() {
301
301
}
302
302
303
303
function informUserAboutInstallingUpdatePlugin ( exitCode ) {
304
- const newestVersion = "0.33 .0" ;
304
+ const newestVersion = "0.36 .0" ;
305
305
306
306
console . log ( `Error executing gradle dependency updates (StatusCode=${ exitCode } )` . bgRed ) ;
307
307
console . log (
Original file line number Diff line number Diff line change 18
18
"dependencies" : {
19
19
"colors" : " ^1.4.0" ,
20
20
"ora" : " ^5.1.0" ,
21
- "prompts" : " ^2.3.2 " ,
21
+ "prompts" : " ^2.4.0 " ,
22
22
"semver" : " ^7.1.1" ,
23
- "yargs" : " ^16.0.3 "
23
+ "yargs" : " ^16.1.1 "
24
24
},
25
25
"devDependencies" : {
26
- "jest" : " ^26.5.2 "
26
+ "jest" : " ^26.6.3 "
27
27
},
28
28
"publishConfig" : {
29
29
"access" : " public"
You can’t perform that action at this time.
0 commit comments