Skip to content

Commit a8a88d1

Browse files
ajkannanmziccard
authored andcommitted
Use new datastore client that permits IP addresses for localhost (#1002)
1 parent c339bf8 commit a8a88d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gcloud-java-datastore/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>com.google.cloud.datastore</groupId>
3232
<artifactId>datastore-v1beta3-proto-client</artifactId>
33-
<version>1.0.0-beta</version>
33+
<version>1.0.0-beta.2</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>${project.groupId}</groupId>

0 commit comments

Comments
 (0)