Skip to content

Commit

Permalink
deps: update google-cloud-* libraries to v2 (#639)
Browse files Browse the repository at this point in the history
* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.0.0
* update dependency com.google.cloud:google-cloud-core:test to v2.0.2
* update dependency com.google.cloud:google-cloud-storage to v2.0.0

Replaces #628, #632, #638
  • Loading branch information
BenWhitehead committed Aug 11, 2021
1 parent e74f547 commit 178011c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion google-cloud-nio/pom.xml
Expand Up @@ -85,7 +85,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-core</artifactId>
<version>1.94.8</version>
<version>2.0.2</version>
<scope>test</scope>
<classifier>tests</classifier>
</dependency>
Expand Down
10 changes: 8 additions & 2 deletions pom.xml
Expand Up @@ -70,15 +70,15 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-dependencies</artifactId>
<version>1.4.0</version>
<version>2.0.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>

<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage</artifactId>
<version>1.118.0</version>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>com.google.apis</groupId>
Expand All @@ -102,6 +102,12 @@
<artifactId>truth</artifactId>
<version>1.1.3</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 178011c

Please sign in to comment.