Skip to content

Commit

Permalink
deps: Correct BOM deps (#946)
Browse files Browse the repository at this point in the history
* deps: Correct BOM deps

* deps: Correct BOM deps
  • Loading branch information
dpcollins-google committed Nov 11, 2021
1 parent ab63bf2 commit fa6bbbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions google-cloud-pubsublite-bom/pom.xml
Expand Up @@ -56,12 +56,12 @@
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-pubsub-v1</artifactId>
<artifactId>grpc-google-cloud-pubsublite-v1</artifactId>
<version>1.3.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-pubsub-v1</artifactId>
<artifactId>proto-google-cloud-pubsublite-v1</artifactId>
<version>1.3.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
</dependency>
</dependencies>
Expand Down

0 comments on commit fa6bbbe

Please sign in to comment.