File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
.github/readme/synth.metadata Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
"git": {
5
5
"name": ".",
6
6
"remote": "https://github.com/googleapis/java-storage.git",
7
- "sha": "bac66b212117b0586d100467aa840e4358b4ba84 "
7
+ "sha": "bb42107ff10148e14e112ff78534753f2ebc7dd9 "
8
8
}
9
9
},
10
10
{
11
11
"git": {
12
12
"name": "synthtool",
13
13
"remote": "https://github.com/googleapis/synthtool.git",
14
- "sha": "2e7bd5cc66a3f0b90ce1c150eb35c89eeb9872d6 "
14
+ "sha": "e5fa6d93e42918dd4a000a80b92be23f5f4c6ac7 "
15
15
}
16
16
}
17
17
]
Original file line number Diff line number Diff line change @@ -51,12 +51,12 @@ compile 'com.google.cloud:google-cloud-storage'
51
51
```
52
52
If you are using Gradle without BOM, add this to your dependencies
53
53
``` Groovy
54
- compile 'com.google.cloud:google-cloud-storage:1.113.12 '
54
+ compile 'com.google.cloud:google-cloud-storage:1.113.13 '
55
55
```
56
56
57
57
If you are using SBT, add this to your dependencies
58
58
``` Scala
59
- libraryDependencies += " com.google.cloud" % " google-cloud-storage" % " 1.113.12 "
59
+ libraryDependencies += " com.google.cloud" % " google-cloud-storage" % " 1.113.13 "
60
60
```
61
61
62
62
## Authentication
You can’t perform that action at this time.
0 commit comments