File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44
44
<dependency >
45
45
<groupId >io.grpc</groupId >
46
46
<artifactId >grpc-netty-shaded</artifactId >
47
- <version >1.70 .0</version >
47
+ <version >1.72 .0</version >
48
48
</dependency >
49
49
<dependency >
50
50
<groupId >io.grpc</groupId >
51
51
<artifactId >grpc-protobuf</artifactId >
52
- <version >1.70 .0</version >
52
+ <version >1.72 .0</version >
53
53
</dependency >
54
54
<dependency >
55
55
<groupId >io.grpc</groupId >
56
56
<artifactId >grpc-stub</artifactId >
57
- <version >1.70 .0</version >
57
+ <version >1.72 .0</version >
58
58
</dependency >
59
59
<!-- Protobuf dependencies -->
60
60
<dependency >
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ repositories {
11
11
}
12
12
}
13
13
14
- val grpcVersion = " 1.70 .0"
14
+ val grpcVersion = " 1.72 .0"
15
15
val grpcKotlinVersion = " 1.4.3"
16
16
val connectVersion = " 0.7.1"
17
17
val protobufVersion = " 4.30.2"
You can’t perform that action at this time.
0 commit comments