Skip to content

Commit

Permalink
fix: addressing reviews v3
Browse files Browse the repository at this point in the history
  • Loading branch information
vibhatha committed Jan 19, 2024
1 parent d34ced2 commit 6b73afa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion java/flight/flight-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

<properties>
<forkCount>1</forkCount>
<protobuf.version>3.23.1</protobuf.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -89,7 +90,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java-util</artifactId>
<version>3.23.1</version>
<version>${protobuf.version}</version>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
Expand Down

0 comments on commit 6b73afa

Please sign in to comment.