Skip to content

Commit f08b6f5

Browse files
authored
Downgrade protobuf version back to 3.25.5 and grpc common proto to 2.37.0 (#3287)
Given the difficulty that updating the protobuf version can have for downstream dependencies, this downgrades the protobuf verison to 3.25.5 and the grpc common version to 2.37.0 on main. This matches our version on 4.1, effectively reverting #3258. This resolves #3286.
1 parent 053521d commit f08b6f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ fdb = "7.1.26"
3535
geophile = "2.3.0"
3636
generatedAnnotation = "1.3.2"
3737
grpc = "1.64.1"
38-
grpc-commonProtos = "2.54.1"
38+
grpc-commonProtos = "2.37.0"
3939
guava = "33.3.1-jre"
4040
h2 = "1.3.148"
4141
icu = "69.1"
@@ -47,7 +47,7 @@ jts = "1.16.1"
4747
log4j = "2.23.1"
4848
prometheus = "0.16.0"
4949
prometheus-grpc = "0.6.0"
50-
protobuf = "4.30.1"
50+
protobuf = "3.25.5"
5151
sqlline = "1.12.0"
5252
slf4j = "1.7.36"
5353

0 commit comments

Comments
 (0)