From 15b12f20728fe741255fbcc5cff651438c1f0152 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Mar 2025 22:13:20 +0000 Subject: [PATCH] Bump io.grpc:grpc-stub from 1.56.1 to 1.71.0 Bumps [io.grpc:grpc-stub](https://github.com/grpc/grpc-java) from 1.56.1 to 1.71.0. - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/compare/v1.56.1...v1.71.0) --- 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 580d561592..b7d4ab440e 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.71.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 a3daa595bd..d16f6acf52 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.71.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 ea34b3a750..f72b106a23 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.71.0") runtimeOnly("io.grpc:grpc-netty-shaded") testImplementation(platform("org.junit:junit-bom:5.9.1"))