Skip to content

Commit

Permalink
fix(deps): update dependency com.google.apis:google-api-services-stor…
Browse files Browse the repository at this point in the history
…age to v1-rev20240319-2.0.0 (#10590)

* fix(deps): update dependency com.google.apis:google-api-services-storage to v1-rev20240319-2.0.0

* exclude google-api-client

---------

Co-authored-by: diegomarquezp <diegomarquezp@google.com>
  • Loading branch information
renovate-bot and diegomarquezp committed Mar 21, 2024
1 parent fb1671d commit 52512bf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion google-cloud-jar-parent/pom.xml
Expand Up @@ -66,7 +66,7 @@
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-storage</artifactId>
<version>v1-rev20240311-2.0.0</version>
<version>v1-rev20240319-2.0.0</version>
</dependency>

<!-- Test dependencies -->
Expand Down
6 changes: 6 additions & 0 deletions java-notification/pom.xml
Expand Up @@ -47,6 +47,12 @@
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-storage</artifactId>
<exclusions>
<exclusion>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
Expand Down

0 comments on commit 52512bf

Please sign in to comment.