Skip to content

Commit

Permalink
chore: generate libraries at Wed Oct 9 18:31:50 UTC 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-java-bot committed Oct 9, 2024
1 parent 8fa7f66 commit 5ae6d5f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,18 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:

If you are using Maven without the BOM, add this to your dependencies:

<!-- {x-version-update-start:google-cloud-storage:released} -->

```xml
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage</artifactId>
<version>2.43.1</version>
<version>2.43.2</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage-control</artifactId>
<version>2.43.1</version>
<version>2.43.2</version>
</dependency>

```
Expand All @@ -73,6 +75,7 @@ If you are using SBT, add this to your dependencies:
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "2.43.2"
```
<!-- {x-version-update-end} -->

## Authentication

Expand Down

0 comments on commit 5ae6d5f

Please sign in to comment.