Skip to content

Commit 31772d7

Browse files
authored
chore(deps): update storage release dependencies (googleapis#3099)
1 parent ca46d00 commit 31772d7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.52.2</version>
33+
<version>2.52.3</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>com.google.cloud</groupId>
3737
<artifactId>google-cloud-storage-control</artifactId>
38-
<version>2.52.2</version>
38+
<version>2.52.3</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.52.2</version>
75+
<version>2.52.3</version>
7676
<classifier>tests</classifier>
7777
<scope>test</scope>
7878
</dependency>

samples/snippets/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>com.google.cloud</groupId>
3333
<artifactId>libraries-bom</artifactId>
34-
<version>26.59.0</version>
34+
<version>26.60.0</version>
3535
<type>pom</type>
3636
<scope>import</scope>
3737
</dependency>
@@ -93,7 +93,7 @@
9393
<!-- tests jars aren't in the bom, manually include the version here -->
9494
<groupId>com.google.cloud</groupId>
9595
<artifactId>google-cloud-storage</artifactId>
96-
<version>2.52.2</version>
96+
<version>2.52.3</version>
9797
<classifier>tests</classifier>
9898
<scope>test</scope>
9999
</dependency>

0 commit comments

Comments
 (0)