Skip to content

Commit

Permalink
deps: update shared dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 12, 2023
1 parent b7ef8fd commit 713838f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion google-cloud-bigtable-deps-bom/pom.xml
Expand Up @@ -66,7 +66,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-dependencies</artifactId>
<version>3.6.0</version>
<version>3.7.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-bigtable/pom.xml
Expand Up @@ -40,7 +40,7 @@
<!-- These are needed to compile the protobuf used by Changestream merging acceptance test. We have enforcer rule
below to make sure that the versions here match the ones we pull in via the shared bom. -->
<grpc.version>1.54.0</grpc.version>
<protobuf.version>3.21.12</protobuf.version>
<protobuf.version>3.22.2</protobuf.version>
<protoc.version>${protobuf.version}</protoc.version>
</properties>

Expand Down

0 comments on commit 713838f

Please sign in to comment.