Skip to content

Commit

Permalink
Bump io.grpc:grpc-stub from 1.56.1 to 1.68.1
Browse files Browse the repository at this point in the history
Bumps [io.grpc:grpc-stub](https://github.com/grpc/grpc-java) from 1.56.1 to 1.68.1.
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.56.1...v1.68.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 5, 2024
1 parent c81b3f8 commit e18a03b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appsignals-tests/images/grpc/grpc-base/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {

compileOnly("io.grpc:grpc-api:1.56.1")
compileOnly("io.grpc:grpc-protobuf:1.56.1")
compileOnly("io.grpc:grpc-stub:1.56.1")
compileOnly("io.grpc:grpc-stub:1.68.1")
}

protobuf {
Expand Down
2 changes: 1 addition & 1 deletion appsignals-tests/images/grpc/grpc-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {

implementation("io.grpc:grpc-api:1.56.1")
implementation("io.grpc:grpc-protobuf:1.56.1")
implementation("io.grpc:grpc-stub:1.56.1")
implementation("io.grpc:grpc-stub:1.68.1")

runtimeOnly("io.grpc:grpc-netty-shaded")
}
Expand Down
2 changes: 1 addition & 1 deletion appsignals-tests/images/grpc/grpc-server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {

implementation("io.grpc:grpc-api:1.56.1")
implementation("io.grpc:grpc-protobuf:1.56.1")
implementation("io.grpc:grpc-stub:1.56.1")
implementation("io.grpc:grpc-stub:1.68.1")

runtimeOnly("io.grpc:grpc-netty-shaded")
testImplementation(platform("org.junit:junit-bom:5.9.1"))
Expand Down

0 comments on commit e18a03b

Please sign in to comment.