Skip to content

Commit

Permalink
Bump the load-gen-gradle-deps group in /load-generator with 2 updates (
Browse files Browse the repository at this point in the history
…#1389)

Bumps the load-gen-gradle-deps group in /load-generator with 2 updates: [info.picocli:picocli](https://github.com/remkop/picocli) and [io.freefair.lombok](https://github.com/freefair/gradle-plugins).


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

Updates `io.freefair.lombok` from 8.2.2 to 8.3
- [Release notes](https://github.com/freefair/gradle-plugins/releases)
- [Commits](freefair/gradle-plugins@8.2.2...8.3)

---
updated-dependencies:
- dependency-name: info.picocli:picocli
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: load-gen-gradle-deps
- dependency-name: io.freefair.lombok
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: load-gen-gradle-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 6, 2023
1 parent baf30bb commit 7ada924
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions load-generator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {
id 'application'

// lombok
id "io.freefair.lombok" version "8.2.2"
id "io.freefair.lombok" version "8.3"

// jib
id 'com.google.cloud.tools.jib'
Expand Down Expand Up @@ -47,8 +47,8 @@ dependencies {
testImplementation 'junit:junit:4.13.2'

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

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

0 comments on commit 7ada924

Please sign in to comment.