File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
proto-google-cloud-datastore-v1 Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -21,16 +21,16 @@ If you are using Maven, add this to your pom.xml file
2121<dependency >
2222 <groupId >com.google.cloud</groupId >
2323 <artifactId >google-cloud-datastore</artifactId >
24- <version >1.32 .0</version >
24+ <version >1.33 .0</version >
2525</dependency >
2626```
2727If you are using Gradle, add this to your dependencies
2828``` Groovy
29- compile 'com.google.cloud:google-cloud-datastore:1.32 .0'
29+ compile 'com.google.cloud:google-cloud-datastore:1.33 .0'
3030```
3131If you are using SBT, add this to your dependencies
3232``` Scala
33- libraryDependencies += " com.google.cloud" % " google-cloud-datastore" % " 1.32 .0"
33+ libraryDependencies += " com.google.cloud" % " google-cloud-datastore" % " 1.33 .0"
3434```
3535[ // ] : # ( {x-version-update-end} )
3636
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-datastore</artifactId >
5- <version >1.32.1-SNAPSHOT </version ><!-- {x-version-update:google-cloud-datastore:current} -->
5+ <version >1.33.0 </version ><!-- {x-version-update:google-cloud-datastore:current} -->
66 <packaging >jar</packaging >
77 <name >Google Cloud Datastore</name >
88 <url >https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-datastore</url >
1212 <parent >
1313 <groupId >com.google.cloud</groupId >
1414 <artifactId >google-cloud-clients</artifactId >
15- <version >0.50.1 -alpha-SNAPSHOT </version ><!-- {x-version-update:google-cloud-clients:current} -->
15+ <version >0.51.0 -alpha</version ><!-- {x-version-update:google-cloud-clients:current} -->
1616 </parent >
1717 <properties >
1818 <site .installationModule>google-cloud-datastore</site .installationModule>
Original file line number Diff line number Diff line change 33 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
44 <modelVersion >4.0.0</modelVersion >
55 <artifactId >proto-google-cloud-datastore-v1</artifactId >
6- <version >0.15.1-SNAPSHOT </version ><!-- {x-version-update:proto-google-cloud-datastore-v1:current} -->
6+ <version >0.16.0 </version ><!-- {x-version-update:proto-google-cloud-datastore-v1:current} -->
77 <name >proto-google-cloud-datastore-v1</name >
88 <description >PROTO library for proto-google-cloud-datastore-v1</description >
99 <parent >
1010 <groupId >com.google.api.grpc</groupId >
1111 <artifactId >google-api-grpc</artifactId >
12- <version >0.15.1-SNAPSHOT </version ><!-- {x-version-update:google-api-grpc:current} -->
12+ <version >0.16.0 </version ><!-- {x-version-update:google-api-grpc:current} -->
1313 </parent >
1414 <dependencies >
1515 <dependency >
You can’t perform that action at this time.
0 commit comments