Skip to content

Commit

Permalink
Merge pull request #219 from grails/renovate/picocliversion
Browse files Browse the repository at this point in the history
Update picocliVersion to v4.7.5
  • Loading branch information
puneetbehl authored Oct 23, 2023
2 parents e0c40e7 + a04b85c commit 308a421
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion grails-cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sourceSets {
}

ext {
picocliVersion = '4.7.4'
picocliVersion = '4.7.5'
}

configurations.all {
Expand Down
2 changes: 1 addition & 1 deletion test-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

ext {
picocliVersion = '4.7.4'
picocliVersion = '4.7.5'
}

sourceSets {
Expand Down

0 comments on commit 308a421

Please sign in to comment.