Skip to content

Commit 13a3eba

Browse files
authored
Downgrade grpc-java version for stability (#269)
1 parent 8ef5049 commit 13a3eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ subprojects {
2323
project.version = projectVersion
2424

2525
ext {
26-
grpcVersion = '1.75.0'
26+
grpcVersion = '1.74.0'
2727
protocVersion = '3.25.8'
2828
picoCliVersion = '4.7.7'
2929
guiceVersion = '5.1.0'

0 commit comments

Comments
 (0)