FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

🦉 Updates from OwlBot post-processor · googleapis/java-storage@2d77bd1 · GitHub

Commit 2d77bd1

Browse files
1 parent dce42aa commit 2d77bd1

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

‎README.md‎

Lines changed: 5 additions & 5 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.40.0</version>
49+
<version>2.39.0</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.40.0')
62+
implementation platform('com.google.cloud:libraries-bom:26.40.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.40.0'
69+
implementation 'com.google.cloud:google-cloud-storage:2.39.0'
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.40.0"
75+
libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "2.39.0"
7676
```
7777
<!-- {x-version-update-end} -->
7878

@@ -498,7 +498,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
498498
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-storage/java11.html
499499
[stability-image]: https://img.shields.io/badge/stability-stable-green
500500
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-storage.svg
501-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-storage/2.40.0
501+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-storage/2.39.0
502502
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
503503
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
504504
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL