Skip to content

Commit

Permalink
Bump the load-gen-gradle-deps group in /load-generator with 4 updates
Browse files Browse the repository at this point in the history
Bumps the load-gen-gradle-deps group in /load-generator with 4 updates: [com.google.guava:guava](https://github.com/google/guava), [io.grpc:grpc-bom](https://github.com/grpc/grpc-java), [io.grpc:grpc-api](https://github.com/grpc/grpc-java) and [io.grpc:grpc-netty-shaded](https://github.com/grpc/grpc-java).


Updates `com.google.guava:guava` from 32.1.3-jre to 33.0.0-jre
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

Updates `io.grpc:grpc-bom` from 1.60.0 to 1.60.1
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.60.0...v1.60.1)

Updates `io.grpc:grpc-api` from 1.60.0 to 1.60.1
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.60.0...v1.60.1)

Updates `io.grpc:grpc-netty-shaded` from 1.60.0 to 1.60.1
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.60.0...v1.60.1)

---
updated-dependencies:
- dependency-name: com.google.guava:guava
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: load-gen-gradle-deps
- dependency-name: io.grpc:grpc-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: load-gen-gradle-deps
- dependency-name: io.grpc:grpc-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: load-gen-gradle-deps
- dependency-name: io.grpc:grpc-netty-shaded
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: load-gen-gradle-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 26, 2023
1 parent a371a93 commit 770e707
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions load-generator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ repositories {

dependencies {
// This dependency is used by the application.
implementation "com.google.guava:guava:32.1.3-jre"
implementation "com.google.guava:guava:33.0.0-jre"

implementation "io.grpc:grpc-bom:1.60.0"
implementation "io.grpc:grpc-api:1.60.0"
implementation "io.grpc:grpc-bom:1.60.1"
implementation "io.grpc:grpc-api:1.60.1"

implementation "io.grpc:grpc-netty-shaded:1.60.0"
implementation "io.grpc:grpc-netty-shaded:1.60.1"

implementation platform("io.opentelemetry:opentelemetry-bom:1.33.0")
implementation "io.opentelemetry:opentelemetry-api"
Expand Down

0 comments on commit 770e707

Please sign in to comment.