Skip to content

Commit 900097e

Browse files
fix(deps): update grpc-java monorepo to v1.72.0
1 parent 202a586 commit 900097e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.web/docs/developers/api/java/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,17 @@
4444
<dependency>
4545
<groupId>io.grpc</groupId>
4646
<artifactId>grpc-netty-shaded</artifactId>
47-
<version>1.70.0</version>
47+
<version>1.72.0</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>io.grpc</groupId>
5151
<artifactId>grpc-protobuf</artifactId>
52-
<version>1.70.0</version>
52+
<version>1.72.0</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>io.grpc</groupId>
5656
<artifactId>grpc-stub</artifactId>
57-
<version>1.70.0</version>
57+
<version>1.72.0</version>
5858
</dependency>
5959
<!-- Protobuf dependencies -->
6060
<dependency>

.web/docs/developers/api/kotlin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repositories {
1111
}
1212
}
1313

14-
val grpcVersion = "1.70.0"
14+
val grpcVersion = "1.72.0"
1515
val grpcKotlinVersion = "1.4.3"
1616
val connectVersion = "0.7.1"
1717
val protobufVersion = "4.30.2"

0 commit comments

Comments
 (0)