Skip to content

Commit 4bfe298

Browse files
Bump io.grpc:grpc-api from 1.56.1 to 1.75.0
Bumps [io.grpc:grpc-api](https://github.com/grpc/grpc-java) from 1.56.1 to 1.75.0. - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](grpc/grpc-java@v1.56.1...v1.75.0) --- updated-dependencies: - dependency-name: io.grpc:grpc-api dependency-version: 1.75.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fa548e2 commit 4bfe298

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ dependencies {
2525
// see: https://github.com/grpc/grpc-java/issues/3633
2626
compileOnly("javax.annotation:javax.annotation-api:1.3.2")
2727

28-
compileOnly("io.grpc:grpc-api:1.56.1")
29-
compileOnly("io.grpc:grpc-protobuf:1.56.1")
30-
compileOnly("io.grpc:grpc-stub:1.56.1")
28+
compileOnly("io.grpc:grpc-api:1.75.0")
29+
compileOnly("io.grpc:grpc-protobuf:1.75.0")
30+
compileOnly("io.grpc:grpc-stub:1.75.0")
3131
}
3232

3333
protobuf {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ dependencies {
2828
implementation("org.slf4j:slf4j-simple")
2929
implementation(project(":appsignals-tests:images:grpc:grpc-base"))
3030

31-
implementation("io.grpc:grpc-api:1.56.1")
32-
implementation("io.grpc:grpc-protobuf:1.56.1")
33-
implementation("io.grpc:grpc-stub:1.56.1")
31+
implementation("io.grpc:grpc-api:1.75.0")
32+
implementation("io.grpc:grpc-protobuf:1.75.0")
33+
implementation("io.grpc:grpc-stub:1.75.0")
3434

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ dependencies {
2727
implementation(project(":appsignals-tests:images:grpc:grpc-base"))
2828
implementation("javax.annotation:javax.annotation-api:1.3.2")
2929

30-
implementation("io.grpc:grpc-api:1.56.1")
31-
implementation("io.grpc:grpc-protobuf:1.56.1")
32-
implementation("io.grpc:grpc-stub:1.56.1")
30+
implementation("io.grpc:grpc-api:1.75.0")
31+
implementation("io.grpc:grpc-protobuf:1.75.0")
32+
implementation("io.grpc:grpc-stub:1.75.0")
3333

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

0 commit comments

Comments
 (0)