Skip to content

Commit

Permalink
maint(deps): bump io.grpc:grpc-netty-shaded from 1.56.0 to 1.66.0
Browse files Browse the repository at this point in the history
Bumps [io.grpc:grpc-netty-shaded](https://github.com/grpc/grpc-java) from 1.56.0 to 1.66.0.
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.56.0...v1.66.0)

---
updated-dependencies:
- dependency-name: io.grpc:grpc-netty-shaded
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 1, 2024
1 parent 46002ce commit ccb8645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {
implementation "io.opentelemetry:opentelemetry-exporter-otlp:${versions.opentelemetry}"
implementation "io.opentelemetry.instrumentation:opentelemetry-resources:${versions.opentelemetryJavaagentAlpha}"

implementation 'io.grpc:grpc-netty-shaded:1.56.0'
implementation 'io.grpc:grpc-netty-shaded:1.66.0'
implementation 'com.google.code.findbugs:jsr305:3.0.2'
implementation 'com.google.guava:guava:31.1-jre'
implementation 'org.apache.commons:commons-lang3:3.12.0'
Expand Down

0 comments on commit ccb8645

Please sign in to comment.