Skip to content

Commit c59e5df

Browse files
chore: generate libraries at Wed Dec 17 02:31:39 UTC 2025
1 parent 37b6152 commit c59e5df

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,20 +46,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4646
<dependency>
4747
<groupId>com.google.cloud</groupId>
4848
<artifactId>google-cloud-storage</artifactId>
49-
<version>2.60.0</version>
49+
<version>2.61.0</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>com.google.cloud</groupId>
5353
<artifactId>google-cloud-storage-control</artifactId>
54-
<version>2.60.0</version>
54+
<version>2.61.0</version>
5555
</dependency>
5656

5757
```
5858

5959
If you are using Gradle 5.x or later, add this to your dependencies:
6060

6161
```Groovy
62-
implementation platform('com.google.cloud:libraries-bom:26.72.0')
62+
implementation platform('com.google.cloud:libraries-bom:26.73.0')
6363
6464
implementation 'com.google.cloud:google-cloud-storage'
6565
```

0 commit comments

Comments
 (0)