Skip to content

Commit 3e4d459

Browse files
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](grpc/grpc-java@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] <[email protected]>
1 parent f604e22 commit 3e4d459

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

appsignals-tests/images/grpc/grpc-base/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
2727

2828
compileOnly("io.grpc:grpc-api:1.56.1")
2929
compileOnly("io.grpc:grpc-protobuf:1.56.1")
30-
compileOnly("io.grpc:grpc-stub:1.56.1")
30+
compileOnly("io.grpc:grpc-stub:1.69.0")
3131
}
3232

3333
protobuf {

appsignals-tests/images/grpc/grpc-client/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030

3131
implementation("io.grpc:grpc-api:1.56.1")
3232
implementation("io.grpc:grpc-protobuf:1.56.1")
33-
implementation("io.grpc:grpc-stub:1.56.1")
33+
implementation("io.grpc:grpc-stub:1.69.0")
3434

3535
runtimeOnly("io.grpc:grpc-netty-shaded")
3636
}

appsignals-tests/images/grpc/grpc-server/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies {
2929

3030
implementation("io.grpc:grpc-api:1.56.1")
3131
implementation("io.grpc:grpc-protobuf:1.56.1")
32-
implementation("io.grpc:grpc-stub:1.56.1")
32+
implementation("io.grpc:grpc-stub:1.69.0")
3333

3434
runtimeOnly("io.grpc:grpc-netty-shaded")
3535
testImplementation(platform("org.junit:junit-bom:5.9.1"))

0 commit comments

Comments
 (0)