Skip to content

Commit

Permalink
[AJ-1783]: Bump info.picocli:picocli
Browse files Browse the repository at this point in the history
Bumps the minor-and-patch-updates group with 1 update: [info.picocli:picocli](https://github.com/remkop/picocli).


Updates `info.picocli:picocli` from 4.7.5 to 4.7.6
- [Release notes](https://github.com/remkop/picocli/releases)
- [Changelog](https://github.com/remkop/picocli/blob/main/RELEASE-NOTES.md)
- [Commits](remkop/picocli@v4.7.5...v4.7.6)

---
updated-dependencies:
- dependency-name: info.picocli:picocli
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 20, 2024
1 parent b1a686a commit be5d3a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
implementation 'com.diffplug.spotless:spotless-plugin-gradle:6.25.0'
implementation 'com.srcclr.gradle:com.srcclr.gradle.gradle.plugin:3.1.12'
implementation 'org.sonarqube:org.sonarqube.gradle.plugin:4.4.1.3373'
implementation 'info.picocli:picocli:4.7.5'
implementation 'info.picocli:picocli:4.7.6'
implementation 'com.gorylenko.gradle-git-properties:gradle-git-properties:2.4.1'
implementation 'org.jfrog.buildinfo:build-info-extractor-gradle:5.2.0'
}
2 changes: 1 addition & 1 deletion cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repositories {
}

dependencies {
implementation 'info.picocli:picocli:4.7.5'
implementation 'info.picocli:picocli:4.7.6'
implementation project(':library')
}

Expand Down

0 comments on commit be5d3a5

Please sign in to comment.