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

Commit 759f689

Browse files
authored
deps: update dependency com.google.cloud:google-cloud-core to v2 (#606)
1 parent 8717d5a commit 759f689

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

samples/install-without-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>com.google.cloud</groupId>
6060
<artifactId>google-cloud-core</artifactId>
61-
<version>1.95.4</version>
61+
<version>2.0.2</version>
6262
<scope>test</scope>
6363
<classifier>tests</classifier>
6464
</dependency>

samples/snapshot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>com.google.cloud</groupId>
5454
<artifactId>google-cloud-core</artifactId>
55-
<version>1.95.4</version>
55+
<version>2.0.2</version>
5656
<scope>test</scope>
5757
<classifier>tests</classifier>
5858
</dependency>

samples/snippets/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<dependency>
6464
<groupId>com.google.cloud</groupId>
6565
<artifactId>google-cloud-core</artifactId>
66-
<version>1.95.4</version>
66+
<version>2.0.2</version>
6767
<scope>test</scope>
6868
<classifier>tests</classifier>
6969
</dependency>

0 commit comments

Comments
 (0)