From b822fd5f511cf486ea6102cfd880807cf56539be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 18:14:37 +0000 Subject: [PATCH] Bump io.grpc:grpc-stub from 1.56.1 to 1.68.0 Bumps [io.grpc:grpc-stub](https://github.com/grpc/grpc-java) from 1.56.1 to 1.68.0. - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/commits) --- updated-dependencies: - dependency-name: io.grpc:grpc-stub dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- appsignals-tests/images/grpc/grpc-base/build.gradle.kts | 2 +- appsignals-tests/images/grpc/grpc-client/build.gradle.kts | 2 +- appsignals-tests/images/grpc/grpc-server/build.gradle.kts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/appsignals-tests/images/grpc/grpc-base/build.gradle.kts b/appsignals-tests/images/grpc/grpc-base/build.gradle.kts index b945d29474..b3de6c03e4 100644 --- a/appsignals-tests/images/grpc/grpc-base/build.gradle.kts +++ b/appsignals-tests/images/grpc/grpc-base/build.gradle.kts @@ -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.0") } protobuf { diff --git a/appsignals-tests/images/grpc/grpc-client/build.gradle.kts b/appsignals-tests/images/grpc/grpc-client/build.gradle.kts index 9b529bb23f..d071b254f0 100644 --- a/appsignals-tests/images/grpc/grpc-client/build.gradle.kts +++ b/appsignals-tests/images/grpc/grpc-client/build.gradle.kts @@ -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.0") runtimeOnly("io.grpc:grpc-netty-shaded") } diff --git a/appsignals-tests/images/grpc/grpc-server/build.gradle.kts b/appsignals-tests/images/grpc/grpc-server/build.gradle.kts index 73be8257d2..b4b30bd079 100644 --- a/appsignals-tests/images/grpc/grpc-server/build.gradle.kts +++ b/appsignals-tests/images/grpc/grpc-server/build.gradle.kts @@ -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.0") runtimeOnly("io.grpc:grpc-netty-shaded") testImplementation(platform("org.junit:junit-bom:5.9.1"))