Skip to content

Commit

Permalink
deps: update dependency com.google.cloud:google-cloud-shared-dependen…
Browse files Browse the repository at this point in the history
…cies to v3.16.1 (#1738)

* deps: update dependency com.google.cloud:google-cloud-shared-dependencies to v3.16.1

* chore: fixes from `dependencies.sh`

---------

Co-authored-by: Diego Marquez <diegomarquezp@google.com>
  • Loading branch information
renovate-bot and diegomarquezp committed Sep 27, 2023
1 parent a4b1994 commit e2cf7c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion google-cloud-pubsub/pom.xml
Expand Up @@ -84,7 +84,7 @@
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-core</artifactId>
<artifactId>grpc-inprocess</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -61,7 +61,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-dependencies</artifactId>
<version>3.15.0</version>
<version>3.16.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit e2cf7c1

Please sign in to comment.