Skip to content

Commit 8f9a512

Browse files
authored
Update protobuf dependency to 4.30.1 and grpc-commonProtos dependency to 2.54.1 (#3258)
This updates our protocol buffer related dependencies to more recent versions. For protobuf, that means the 4.30.1 and for grpc-commonProtos, that means 2.54.1.
1 parent 415503f commit 8f9a512

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.37.0"
38+
grpc-commonProtos = "2.54.1"
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 = "3.25.5"
50+
protobuf = "4.30.1"
5151
sqlline = "1.12.0"
5252
slf4j = "1.7.36"
5353

0 commit comments

Comments
 (0)