Skip to content

Commit

Permalink
Upgraded protobuf-java dependencies to 3.25.5
Browse files Browse the repository at this point in the history
  • Loading branch information
infvg authored and tdcmeehan committed Oct 23, 2024
1 parent b324cf0 commit ed9e225
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
<dep.j2objc.version>2.8</dep.j2objc.version>
<dep.avro.version>1.11.3</dep.avro.version>
<dep.commons.compress.version>1.23.0</dep.commons.compress.version>
<dep.protobuf-java.version>3.25.5</dep.protobuf-java.version>

<!--
America/Bahia_Banderas has:
Expand Down Expand Up @@ -557,7 +558,13 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.25.1</version>
<version>${dep.protobuf-java.version}</version>
</dependency>

<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java-util</artifactId>
<version>${dep.protobuf-java.version}</version>
</dependency>

<dependency>
Expand Down
1 change: 0 additions & 1 deletion presto-pinot-toolkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,6 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.21.7</version>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
Expand Down
1 change: 0 additions & 1 deletion presto-pinot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.21.7</version>
<scope>runtime</scope>
</dependency>

Expand Down

0 comments on commit ed9e225

Please sign in to comment.