Skip to content

Commit

Permalink
Update picocli_version to v4.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 8, 2024
1 parent ed76324 commit c2e3629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {
testAnnotationProcessor "org.projectlombok:lombok:$lombok_version"

// picocli:
def picocli_version = "4.7.5"
def picocli_version = "4.7.6"
implementation "info.picocli:picocli:$picocli_version"
annotationProcessor "info.picocli:picocli-codegen:$picocli_version"

Expand Down

0 comments on commit c2e3629

Please sign in to comment.