Skip to content

Commit ebf22d7

Browse files
authored
chore(deps): update storage release dependencies to v2.48.0 (googleapis#2894)
1 parent 145afb0 commit ebf22d7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

samples/install-without-bom/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030
<dependency>
3131
<groupId>com.google.cloud</groupId>
3232
<artifactId>google-cloud-storage</artifactId>
33-
<version>2.47.0</version>
33+
<version>2.48.0</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>com.google.cloud</groupId>
3737
<artifactId>google-cloud-storage-control</artifactId>
38-
<version>2.47.0</version>
38+
<version>2.48.0</version>
3939
</dependency>
4040
<!-- [END storage_install_without_bom] -->
4141

@@ -72,7 +72,7 @@
7272
<dependency>
7373
<groupId>com.google.cloud</groupId>
7474
<artifactId>google-cloud-storage</artifactId>
75-
<version>2.47.0</version>
75+
<version>2.48.0</version>
7676
<classifier>tests</classifier>
7777
<scope>test</scope>
7878
</dependency>

samples/snippets/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<!-- tests jars aren't in the bom, manually include the version here -->
8484
<groupId>com.google.cloud</groupId>
8585
<artifactId>google-cloud-storage</artifactId>
86-
<version>2.47.0</version>
86+
<version>2.48.0</version>
8787
<classifier>tests</classifier>
8888
<scope>test</scope>
8989
</dependency>

0 commit comments

Comments
 (0)