From bc8e54996932e6536ba7526b37da42ffc11ad1cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 02:59:49 +0000 Subject: [PATCH] Bump io.grpc:grpc-stub from 1.56.1 to 1.68.2 Bumps [io.grpc:grpc-stub](https://github.com/grpc/grpc-java) from 1.56.1 to 1.68.2. - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/compare/v1.56.1...v1.68.2) --- 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..a1e8d2ec91 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.2") } 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..17b8dc55ce 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.2") 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..cb92b839df 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.2") runtimeOnly("io.grpc:grpc-netty-shaded") testImplementation(platform("org.junit:junit-bom:5.9.1"))