From 808e9581d7d1d0c6e6acf2efb13969266784200d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Apr 2025 02:23:58 +0000 Subject: [PATCH] Bump io.grpc:grpc-stub from 1.56.1 to 1.72.0 Bumps [io.grpc:grpc-stub](https://github.com/grpc/grpc-java) from 1.56.1 to 1.72.0. - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/compare/v1.56.1...v1.72.0) --- updated-dependencies: - dependency-name: io.grpc:grpc-stub dependency-version: 1.72.0 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..a75bab1c1b 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.72.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..b176b0a03f 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.72.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..2b85f9858c 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.72.0") runtimeOnly("io.grpc:grpc-netty-shaded") testImplementation(platform("org.junit:junit-bom:5.9.1"))