Skip to content

Commit

Permalink
Revert "fix(deps): update dependency com.google.api.grpc:grpc-google-…
Browse files Browse the repository at this point in the history
…cloud-speech-v1 to v2.5.5 (googleapis#8321)"

This reverts commit f87eb86.
  • Loading branch information
suztomo committed Sep 16, 2022
1 parent d689273 commit 67f836c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion java-speech/google-cloud-speech-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-speech-v1</artifactId>
<version>2.5.5</version><!-- {x-version-update:grpc-google-cloud-speech-v1:current} -->
<version>2.5.5-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-speech-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
Expand Down
2 changes: 1 addition & 1 deletion java-speech/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-speech-v1</artifactId>
<version>2.5.5</version><!-- {x-version-update:grpc-google-cloud-speech-v1:current} -->
<version>2.5.5-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-speech-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
Expand Down

0 comments on commit 67f836c

Please sign in to comment.