Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.54.0</version>
<version>26.55.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -41,15 +41,15 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-datastore</artifactId>
<version>2.26.2</version>
<version>2.26.3</version>
</dependency>

```

If you are using Gradle 5.x or later, add this to your dependencies:

```Groovy
implementation platform('com.google.cloud:libraries-bom:26.54.0')
implementation platform('com.google.cloud:libraries-bom:26.55.0')

implementation 'com.google.cloud:google-cloud-datastore'
```
Expand Down
4 changes: 2 additions & 2 deletions generation_config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
gapic_generator_version: 2.53.0
googleapis_commitish: caac3b8802186510a881d9ae26e6a09c5d800936
libraries_bom_version: 26.54.0
googleapis_commitish: 6bc8e91bf92cc985da5ed0c227b48f12315cb695
libraries_bom_version: 26.55.0
libraries:
- api_shortname: datastore
name_pretty: Cloud Datastore
Expand Down