Skip to content

Commit 49347d2

Browse files
1 parent a68d47e commit 49347d2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

‎README.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ 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.37.0</version>
49+
<version>2.36.1</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>com.google.cloud</groupId>
@@ -59,20 +59,20 @@ If you are using Maven without the BOM, add this to your dependencies:
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:2.37.0')
62+
implementation platform('com.google.cloud:libraries-bom:26.37.0')
6363
6464
implementation 'com.google.cloud:google-cloud-storage'
6565
```
6666
If you are using Gradle without BOM, add this to your dependencies:
6767

6868
```Groovy
69-
implementation 'com.google.cloud:google-cloud-storage:2.37.0'
69+
implementation 'com.google.cloud:google-cloud-storage:2.36.1'
7070
```
7171

7272
If you are using SBT, add this to your dependencies:
7373

7474
```Scala
75-
libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "2.37.0"
75+
libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "2.36.1"
7676
```
7777
<!-- {x-version-update-end} -->
7878

0 commit comments

Comments
 (0)