From 3e4d4599a1c05e58d0c43753886d1de60e57521c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 22:13:58 +0000 Subject: [PATCH] Bump io.grpc:grpc-stub from 1.56.1 to 1.69.0 Bumps [io.grpc:grpc-stub](https://github.com/grpc/grpc-java) from 1.56.1 to 1.69.0. - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/compare/v1.56.1...v1.69.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 b945d29474..51a8d79fab 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.69.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..68766c522d 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.69.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..62259d95fd 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.69.0") runtimeOnly("io.grpc:grpc-netty-shaded") testImplementation(platform("org.junit:junit-bom:5.9.1"))