Skip to content

Commit

Permalink
Bump the root-gradle-deps group with 10 updates
Browse files Browse the repository at this point in the history
Bumps the root-gradle-deps group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [info.picocli:picocli](https://github.com/remkop/picocli) | `4.7.4` | `4.7.5` |
| [com.amazonaws:aws-java-sdk-bom](https://github.com/aws/aws-sdk-java) | `1.12.534` | `1.12.545` |
| [org.mockito:mockito-core](https://github.com/mockito/mockito) | `5.4.0` | `5.5.0` |
| [io.freefair.lombok](https://github.com/freefair/gradle-plugins) | `8.2.2` | `8.3` |
| com.diffplug.spotless | `6.20.0` | `6.21.0` |
| [io.grpc:grpc-bom](https://github.com/grpc/grpc-java) | `1.57.2` | `1.58.0` |
| [io.grpc:grpc-api](https://github.com/grpc/grpc-java) | `1.57.2` | `1.58.0` |
| [io.grpc:grpc-netty-shaded](https://github.com/grpc/grpc-java) | `1.57.2` | `1.58.0` |
| software.amazon.awssdk:s3 | `2.20.131` | `2.20.142` |
| org.slf4j:slf4j-simple | `2.0.7` | `2.0.9` |


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 `com.amazonaws:aws-java-sdk-bom` from 1.12.534 to 1.12.545
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java@1.12.534...1.12.545)

Updates `org.mockito:mockito-core` from 5.4.0 to 5.5.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.4.0...v5.5.0)

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)

Updates `com.diffplug.spotless` from 6.20.0 to 6.21.0

Updates `io.grpc:grpc-bom` from 1.57.2 to 1.58.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.57.2...v1.58.0)

Updates `io.grpc:grpc-api` from 1.57.2 to 1.58.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.57.2...v1.58.0)

Updates `io.grpc:grpc-netty-shaded` from 1.57.2 to 1.58.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.57.2...v1.58.0)

Updates `software.amazon.awssdk:s3` from 2.20.131 to 2.20.142

Updates `org.slf4j:slf4j-simple` from 2.0.7 to 2.0.9

---
updated-dependencies:
- dependency-name: info.picocli:picocli
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-gradle-deps
- dependency-name: com.amazonaws:aws-java-sdk-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-gradle-deps
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-gradle-deps
- dependency-name: io.freefair.lombok
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-gradle-deps
- dependency-name: com.diffplug.spotless
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-gradle-deps
- dependency-name: io.grpc:grpc-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-gradle-deps
- dependency-name: io.grpc:grpc-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-gradle-deps
- dependency-name: io.grpc:grpc-netty-shaded
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-gradle-deps
- dependency-name: software.amazon.awssdk:s3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-gradle-deps
- dependency-name: org.slf4j:slf4j-simple
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-gradle-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 6, 2023
1 parent 0cc3216 commit c71d7f8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions load-generator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ dependencies {
// This dependency is used by the application.
implementation "com.google.guava:guava:32.1.2-jre"

implementation "io.grpc:grpc-bom:1.57.2"
implementation "io.grpc:grpc-api:1.57.2"
implementation "io.grpc:grpc-bom:1.58.0"
implementation "io.grpc:grpc-api:1.58.0"

implementation "io.grpc:grpc-netty-shaded:1.57.2"
implementation "io.grpc:grpc-netty-shaded:1.58.0"

implementation platform("io.opentelemetry:opentelemetry-bom:1.29.0")
implementation "io.opentelemetry:opentelemetry-api"
Expand Down
8 changes: 4 additions & 4 deletions sample-apps/jaeger-zipkin-sample-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ application {
dependencies {
implementation "com.sparkjava:spark-core:2.9.4"
implementation "com.squareup.okhttp3:okhttp:4.11.0"
implementation "software.amazon.awssdk:s3:2.20.131"
implementation "io.grpc:grpc-api:1.57.2"
implementation "io.grpc:grpc-netty-shaded:1.57.2"
implementation "org.slf4j:slf4j-simple:2.0.7"
implementation "software.amazon.awssdk:s3:2.20.142"
implementation "io.grpc:grpc-api:1.58.0"
implementation "io.grpc:grpc-netty-shaded:1.58.0"
implementation "org.slf4j:slf4j-simple:2.0.9"

implementation project(":trace-java-client")

Expand Down
16 changes: 8 additions & 8 deletions validator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ plugins {
id 'com.google.cloud.tools.jib' version "3.3.2"

// lombok
id "io.freefair.lombok" version "8.2.2"
id("com.diffplug.spotless") version "6.20.0"
id "io.freefair.lombok" version "8.3"
id("com.diffplug.spotless") version "6.21.0"

}

Expand Down Expand Up @@ -42,12 +42,12 @@ dependencies {
implementation group: 'com.github.fge', name: 'json-schema-validator', version: '2.0.4'

// command cli
implementation 'info.picocli:picocli:4.7.4'
implementation 'info.picocli:picocli:4.7.5'

compileOnly 'info.picocli:picocli-codegen:4.7.4'
compileOnly 'info.picocli:picocli-codegen:4.7.5'

// aws sdk
implementation platform('com.amazonaws:aws-java-sdk-bom:1.12.534')
implementation platform('com.amazonaws:aws-java-sdk-bom:1.12.545')
implementation 'com.amazonaws:aws-java-sdk-s3'
implementation 'com.amazonaws:aws-java-sdk-cloudwatch'
implementation 'com.amazonaws:aws-java-sdk-xray'
Expand All @@ -64,12 +64,12 @@ dependencies {
implementation("com.squareup.okhttp3:okhttp:4.11.0")

// command cli
implementation 'info.picocli:picocli:4.7.4'
implementation 'info.picocli:picocli:4.7.5'

compileOnly 'info.picocli:picocli-codegen:4.7.4'
compileOnly 'info.picocli:picocli-codegen:4.7.5'

// mockito
testImplementation "org.mockito:mockito-core:5.4.0"
testImplementation "org.mockito:mockito-core:5.5.0"

// k8s client
implementation "io.kubernetes:client-java-extended:18.0.1"
Expand Down

0 comments on commit c71d7f8

Please sign in to comment.