Skip to content

Commit

Permalink
chore(deps): update dependency com.google.cloud:google-cloud-storage-…
Browse files Browse the repository at this point in the history
…control to v2.36.1-alpha (#2488)

* chore(deps): update dependency com.google.cloud:google-cloud-storage-control to v2.36.1-alpha

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Sydney Munro <[email protected]>
  • Loading branch information
3 people authored Apr 19, 2024
1 parent d75bb2d commit 037fa7d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage-control</artifactId>
<version>2.36.0-alpha</version><!-- {x-version-update:google-cloud-storage:current} -->
<version>2.36.1-alpha</version><!-- {x-version-update:google-cloud-storage:current} -->
</dependency>

```
Expand Down
2 changes: 1 addition & 1 deletion samples/install-without-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage-control</artifactId>
<version>2.36.0-alpha</version><!-- {x-version-update:google-cloud-storage:current} -->
<version>2.36.1-alpha</version><!-- {x-version-update:google-cloud-storage:current} -->
</dependency>
<!-- [END storage_install_without_bom] -->

Expand Down
2 changes: 1 addition & 1 deletion samples/native-image-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage-control</artifactId>
<version>2.36.0-alpha</version><!-- {x-version-update:google-cloud-storage:current} -->
<version>2.36.1-alpha</version><!-- {x-version-update:google-cloud-storage:current} -->
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 037fa7d

Please sign in to comment.