We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37b6152 commit c59e5dfCopy full SHA for c59e5df
1 file changed
README.md
@@ -46,20 +46,20 @@ If you are using Maven without the BOM, add this to your dependencies:
46
<dependency>
47
<groupId>com.google.cloud</groupId>
48
<artifactId>google-cloud-storage</artifactId>
49
- <version>2.60.0</version>
+ <version>2.61.0</version>
50
</dependency>
51
52
53
<artifactId>google-cloud-storage-control</artifactId>
54
55
56
57
```
58
59
If you are using Gradle 5.x or later, add this to your dependencies:
60
61
```Groovy
62
-implementation platform('com.google.cloud:libraries-bom:26.72.0')
+implementation platform('com.google.cloud:libraries-bom:26.73.0')
63
64
implementation 'com.google.cloud:google-cloud-storage'
65
0 commit comments