Skip to content

Commit ed9e225

Browse files
infvgtdcmeehan
authored andcommitted
Upgraded protobuf-java dependencies to 3.25.5
1 parent b324cf0 commit ed9e225

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
<dep.j2objc.version>2.8</dep.j2objc.version>
8282
<dep.avro.version>1.11.3</dep.avro.version>
8383
<dep.commons.compress.version>1.23.0</dep.commons.compress.version>
84+
<dep.protobuf-java.version>3.25.5</dep.protobuf-java.version>
8485

8586
<!--
8687
America/Bahia_Banderas has:
@@ -557,7 +558,13 @@
557558
<dependency>
558559
<groupId>com.google.protobuf</groupId>
559560
<artifactId>protobuf-java</artifactId>
560-
<version>3.25.1</version>
561+
<version>${dep.protobuf-java.version}</version>
562+
</dependency>
563+
564+
<dependency>
565+
<groupId>com.google.protobuf</groupId>
566+
<artifactId>protobuf-java-util</artifactId>
567+
<version>${dep.protobuf-java.version}</version>
561568
</dependency>
562569

563570
<dependency>

presto-pinot-toolkit/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,6 @@
319319
<dependency>
320320
<groupId>com.google.protobuf</groupId>
321321
<artifactId>protobuf-java</artifactId>
322-
<version>3.21.7</version>
323322
</dependency>
324323
<dependency>
325324
<groupId>io.grpc</groupId>

presto-pinot/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@
8989
<dependency>
9090
<groupId>com.google.protobuf</groupId>
9191
<artifactId>protobuf-java</artifactId>
92-
<version>3.21.7</version>
9392
<scope>runtime</scope>
9493
</dependency>
9594

0 commit comments

Comments
 (0)