Skip to content

Commit

Permalink
Bump io.grpc:grpc-netty-shaded from 1.65.0 to 1.65.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.65.0 to 1.65.1.
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.65.0...v1.65.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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent 57cafa4 commit e6fb432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
implementation('io.opentelemetry:opentelemetry-exporter-otlp:1.40.0')
implementation('io.opentelemetry:opentelemetry-semconv:1.31.0-alpha-SNAPSHOT')
implementation('io.opentelemetry:opentelemetry-exporter-zipkin')
implementation 'io.grpc:grpc-netty-shaded:1.65.0'
implementation 'io.grpc:grpc-netty-shaded:1.65.1'

testImplementation 'org.jetbrains.teamcity:tests-support:2024.03'
testImplementation 'org.jetbrains.teamcity:server-api:2024.03'
Expand Down

0 comments on commit e6fb432

Please sign in to comment.