Skip to content

Commit a2c342f

Browse files
1 parent 10a7836 commit a2c342f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -42,28 +42,28 @@ If you are using Maven without the BOM, add this to your dependencies:
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-cloud-storage</artifactId>
45-
<version>2.36.0</version>
45+
<version>2.35.0</version>
4646
</dependency>
4747

4848
```
4949

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

5252
```Groovy
53-
implementation platform('com.google.cloud:libraries-bom:2.36.0')
53+
implementation platform('com.google.cloud:libraries-bom:26.34.0')
5454
5555
implementation 'com.google.cloud:google-cloud-storage'
5656
```
5757
If you are using Gradle without BOM, add this to your dependencies:
5858

5959
```Groovy
60-
implementation 'com.google.cloud:google-cloud-storage:2.36.0'
60+
implementation 'com.google.cloud:google-cloud-storage:2.35.0'
6161
```
6262

6363
If you are using SBT, add this to your dependencies:
6464

6565
```Scala
66-
libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "2.36.0"
66+
libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "2.35.0"
6767
```
6868
<!-- {x-version-update-end} -->
6969

0 commit comments

Comments
 (0)