File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://.com/googleapis/java-storage.git",
7-
"sha": "0ec71e3fc2381af0858e8fc424465b0ef4e75260"
7+
"sha": "76e0cff592329c817db94e96d817070575bf959f"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://.com/googleapis/synthtool.git",
14-
"sha": "740366bbb9a7e0f4b77fc75dc26be1d3a376c3e0"
14+
"sha": "8f76a885deaaf2fe234daeba4a8cc4d1b3de8086"
1515
}
1616
}
1717
]
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ If you are using Maven without BOM, add this to your dependencies:
3838
<dependency>
3939
<groupId>com.google.cloud</groupId>
4040
<artifactId>google-cloud-storage</artifactId>
41-
<version>1.115.0</version>
41+
<version>1.116.0</version>
4242
</dependency>
4343

4444
```
@@ -51,12 +51,12 @@ compile 'com.google.cloud:google-cloud-storage'
5151
```
5252
If you are using Gradle without BOM, add this to your dependencies
5353
```Groovy
54-
compile 'com.google.cloud:google-cloud-storage:1.115.0'
54+
compile 'com.google.cloud:google-cloud-storage:1.116.0'
5555
```
5656

5757
If you are using SBT, add this to your dependencies
5858
```Scala
59-
libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "1.115.0"
59+
libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "1.116.0"
6060
```
6161

6262
## Authentication

0 commit comments

Comments
 (0)