Skip to content

Commit 1d84430

Browse files
committed
Update datastore grpc version
1 parent a97b7c2 commit 1d84430

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.readme-partials.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ custom_content: |
129129
<dependency>
130130
<groupId>com.google.cloud</groupId>
131131
<artifactId>google-cloud-datastore</artifactId>
132-
<version>2.20.0-grpc-experimental-1-SNAPSHOT</version>
132+
<version>2.22.0-grpc-experimental-1-SNAPSHOT</version>
133133
</dependency>
134134
```
135135

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ mvn clean install -DskipTests=true
229229
<dependency>
230230
<groupId>com.google.cloud</groupId>
231231
<artifactId>google-cloud-datastore</artifactId>
232-
<version>2.20.0-grpc-experimental-1-SNAPSHOT</version>
232+
<version>2.22.0-grpc-experimental-1-SNAPSHOT</version>
233233
</dependency>
234234
```
235235

0 commit comments

Comments
 (0)