Skip to content

Commit b43a90c

Browse files
fix(deps): update grpc-java monorepo to v1.79.0
1 parent fb612d9 commit b43a90c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugin/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ plugins {
99
dependencies {
1010
implementation(project(":api"))
1111

12-
implementation("io.grpc:grpc-okhttp:1.78.0")
13-
implementation("io.grpc:grpc-protobuf:1.78.0")
14-
implementation("io.grpc:grpc-stub:1.78.0")
12+
implementation("io.grpc:grpc-okhttp:1.79.0")
13+
implementation("io.grpc:grpc-protobuf:1.79.0")
14+
implementation("io.grpc:grpc-stub:1.79.0")
1515
}
1616

1717
information {

0 commit comments

Comments
 (0)