Skip to content

Commit

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

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

0 comments on commit b75de89

Please sign in to comment.