File tree
Expand file treeCollapse file tree2 files changed
+4
-4
lines changed samples/install-without-bom
Expand file treeCollapse file tree2 files changed
+4
-4
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -41,7 +41,7 @@ If you are using Maven without BOM, add this to your dependencies:
|
41 | 41 | <dependency>
|
42 | 42 | <groupId>com.google.cloud</groupId>
|
43 | 43 | <artifactId>google-cloud-storage</artifactId>
|
44 |
| -<version>2.7.0</version> |
| 44 | +<version>2.7.1</version> |
45 | 45 | </dependency>
|
46 | 46 |
|
47 | 47 | ```
|
@@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-storage'
|
56 | 56 | If you are using Gradle without BOM, add this to your dependencies
|
57 | 57 |
|
58 | 58 | ```Groovy
|
59 |
| -implementation 'com.google.cloud:google-cloud-storage:2.7.0' |
| 59 | +implementation 'com.google.cloud:google-cloud-storage:2.7.1' |
60 | 60 | ```
|
61 | 61 |
|
62 | 62 | If you are using SBT, add this to your dependencies
|
63 | 63 |
|
64 | 64 | ```Scala
|
65 |
| -libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "2.7.0" |
| 65 | +libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "2.7.1" |
66 | 66 | ```
|
67 | 67 |
|
68 | 68 | ## Authentication
|
|
Original file line number | Diff line number | Diff line change |
---|
|
30 | 30 | <dependency>
|
31 | 31 | <groupId>com.google.cloud</groupId>
|
32 | 32 | <artifactId>google-cloud-storage</artifactId>
|
33 |
| -<version>2.7.0</version> |
| 33 | +<version>2.7.1</version> |
34 | 34 | </dependency>
|
35 | 35 | <!-- [END storage_install_without_bom] -->
|
36 | 36 |
|
|
You can’t perform that action at this time.
0 commit comments