Skip to content

Commit

Permalink
Bump info.picocli:picocli from 4.7.3 to 4.7.4 in /load-generator (#1249)
Browse files Browse the repository at this point in the history
Bumps [info.picocli:picocli](https://github.com/remkop/picocli) from 4.7.3 to 4.7.4.
- [Release notes](https://github.com/remkop/picocli/releases)
- [Changelog](https://github.com/remkop/picocli/blob/main/RELEASE-NOTES.md)
- [Commits](remkop/picocli@v4.7.3...v4.7.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 26, 2023
1 parent b774b12 commit d856578
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions load-generator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ dependencies {
testImplementation 'junit:junit:4.13.2'

// Command cli
implementation 'info.picocli:picocli:4.7.3'
compileOnly 'info.picocli:picocli-codegen:4.7.3'
implementation 'info.picocli:picocli:4.7.4'
compileOnly 'info.picocli:picocli-codegen:4.7.4'

// log
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.20.0'
Expand Down

0 comments on commit d856578

Please sign in to comment.