File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,16 +19,16 @@ If you are using Maven, add this to your pom.xml file
1919<dependency >
2020 <groupId >com.google.cloud</groupId >
2121 <artifactId >google-cloud-storage</artifactId >
22- <version >1.87 .0</version >
22+ <version >1.88 .0</version >
2323</dependency >
2424```
2525If you are using Gradle, add this to your dependencies
2626``` Groovy
27- compile 'com.google.cloud:google-cloud-storage:1.87 .0'
27+ compile 'com.google.cloud:google-cloud-storage:1.88 .0'
2828```
2929If you are using SBT, add this to your dependencies
3030``` Scala
31- libraryDependencies += " com.google.cloud" % " google-cloud-storage" % " 1.87 .0"
31+ libraryDependencies += " com.google.cloud" % " google-cloud-storage" % " 1.88 .0"
3232```
3333[ // ] : # ( {x-version-update-end} )
3434
Original file line number Diff line number Diff line change 22<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
33 <modelVersion >4.0.0</modelVersion >
44 <artifactId >google-cloud-storage</artifactId >
5- <version >1.87.1-SNAPSHOT </version ><!-- {x-version-update:google-cloud-storage:current} -->
5+ <version >1.88.0 </version ><!-- {x-version-update:google-cloud-storage:current} -->
66 <packaging >jar</packaging >
77 <name >Google Cloud Storage</name >
88 <url >https://github.com/googleapis/google-cloud-java/tree/master/google-cloud-clients/google-cloud-storage</url >
1212 <parent >
1313 <groupId >com.google.cloud</groupId >
1414 <artifactId >google-cloud-clients</artifactId >
15- <version >0.105.1 -alpha-SNAPSHOT </version ><!-- {x-version-update:google-cloud-clients:current} -->
15+ <version >0.106.0 -alpha</version ><!-- {x-version-update:google-cloud-clients:current} -->
1616 </parent >
1717 <properties >
1818 <site .installationModule>google-cloud-storage</site .installationModule>
You can’t perform that action at this time.
0 commit comments