File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
1919 <dependency >
2020 <groupId >com.google.cloud</groupId >
2121 <artifactId >libraries-bom</artifactId >
22- <version >26.54 .0</version >
22+ <version >26.55 .0</version >
2323 <type >pom</type >
2424 <scope >import</scope >
2525 </dependency >
@@ -41,15 +41,15 @@ If you are using Maven without the BOM, add this to your dependencies:
4141<dependency >
4242 <groupId >com.google.cloud</groupId >
4343 <artifactId >google-cloud-datastore</artifactId >
44- <version >2.26.2 </version >
44+ <version >2.26.3 </version >
4545</dependency >
4646
4747```
4848
4949If you are using Gradle 5.x or later, add this to your dependencies:
5050
5151``` Groovy
52- implementation platform('com.google.cloud:libraries-bom:26.54 .0')
52+ implementation platform('com.google.cloud:libraries-bom:26.55 .0')
5353
5454implementation 'com.google.cloud:google-cloud-datastore'
5555```
You can’t perform that action at this time.
0 commit comments