Skip to content

Commit

Permalink
force protobuf version for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhumin8 committed Sep 23, 2024
1 parent b85621d commit a1f9246
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,11 @@
<type>pom</type>
<scope>import</scope>
</dependency>

<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.25.5</version>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-pubsub-v1</artifactId>
Expand Down

0 comments on commit a1f9246

Please sign in to comment.