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
2222
2323``` groovy
2424plugins {
25- id "com.github.ben-manes.versions" version "0.33 .0"
25+ id "com.github.ben-manes.versions" version "0.36 .0"
2626}
2727```
2828
Original file line number Diff line number Diff line change @@ -301,7 +301,7 @@ function findUpgradeJsonReportFiles() {
301301}
302302
303303function informUserAboutInstallingUpdatePlugin ( exitCode ) {
304- const newestVersion = "0.33 .0" ;
304+ const newestVersion = "0.36 .0" ;
305305
306306 console . log ( `Error executing gradle dependency updates (StatusCode=${ exitCode } )` . bgRed ) ;
307307 console . log (
Original file line number Diff line number Diff line change 1818 "dependencies" : {
1919 "colors" : " ^1.4.0" ,
2020 "ora" : " ^5.1.0" ,
21- "prompts" : " ^2.3.2 " ,
21+ "prompts" : " ^2.4.0 " ,
2222 "semver" : " ^7.1.1" ,
23- "yargs" : " ^16.0.3 "
23+ "yargs" : " ^16.1.1 "
2424 },
2525 "devDependencies" : {
26- "jest" : " ^26.5.2 "
26+ "jest" : " ^26.6.3 "
2727 },
2828 "publishConfig" : {
2929 "access" : " public"
You can’t perform that action at this time.
0 commit comments