Skip to content

Commit

Permalink
chore(deps): update storage release dependencies to v2.44.0 (#2789)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Oct 25, 2024
1 parent 3134ad6 commit 0b9ed47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions samples/install-without-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage</artifactId>
<version>2.43.2</version>
<version>2.44.0</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage-control</artifactId>
<version>2.43.2</version>
<version>2.44.0</version>
</dependency>
<!-- [END storage_install_without_bom] -->

Expand Down Expand Up @@ -72,7 +72,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage</artifactId>
<version>2.43.2</version>
<version>2.44.0</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion samples/snippets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<!-- tests jars aren't in the bom, manually include the version here -->
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage</artifactId>
<version>2.43.2</version>
<version>2.44.0</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit 0b9ed47

Please sign in to comment.