Skip to content

Commit

Permalink
maint(deps): bump io.grpc:grpc-netty-shaded from 1.56.0 to 1.56.1
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.56.1.
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.56.0...v1.56.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 1, 2023
1 parent f93f485 commit f1b0ee6
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.56.1'
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 f1b0ee6

Please sign in to comment.