Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

deps: update dependency com.google.cloud:google-cloud-storage to v2 #371

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 2 additions & 12 deletions pom.xml
Expand Up @@ -40,16 +40,6 @@
<url>https://github.com/googleapis/java-notification/issues</url>
<system>GitHub Issues</system>
</issueManagement>
<distributionManagement>
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>sonatype-nexus-staging</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
<licenses>
<license>
<name>Apache-2.0</name>
Expand Down Expand Up @@ -81,7 +71,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage</artifactId>
<version>1.117.1</version>
<version>2.0.1</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
Expand All @@ -98,7 +88,7 @@
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-storage</artifactId>
<version>v1-rev20210127-1.31.5</version>
<version>v1-rev20210127-1.32.1</version>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
Expand Down