Skip to content

Commit

Permalink
fix(deps): update picocliversion to v4.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 13, 2024
1 parent a46d6f0 commit 4463aaf
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 @@ -12,7 +12,7 @@ sourceSets {
}

ext {
picocliVersion = '4.7.5'
picocliVersion = '4.7.6'
}

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.5'
picocliVersion = '4.7.6'
}

sourceSets {
Expand Down

0 comments on commit 4463aaf

Please sign in to comment.