Skip to content

Commit

Permalink
test: force protobuf to 3.25.4 for v3.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zhumin8 committed Jul 26, 2024
1 parent 3474680 commit 8fc9152
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 @@ -73,7 +73,11 @@
<artifactId>google-cloud-logging</artifactId>
<version>3.17.1</version><!-- {x-version-update:google-cloud-logging:current} -->
</dependency>

<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.25.4</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-dependencies</artifactId>
Expand Down

0 comments on commit 8fc9152

Please sign in to comment.