File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-datastore'
5656If you are using Gradle without BOM, add this to your dependencies:
5757
5858``` Groovy 
59- implementation 'com.google.cloud:google-cloud-datastore:2.12.1 ' 
59+ implementation 'com.google.cloud:google-cloud-datastore:2.12.2 ' 
6060``` 
6161
6262If you are using SBT, add this to your dependencies:
6363
6464``` Scala 
65- libraryDependencies +=  " com.google.cloud"   %  " google-cloud-datastore"   %  " 2.12.1 " 
65+ libraryDependencies +=  " com.google.cloud"   %  " google-cloud-datastore"   %  " 2.12.2 " 
6666``` 
6767
6868## Authentication  
Original file line number Diff line number Diff line change 197197 <dependency >
198198 <groupId >org.easymock</groupId >
199199 <artifactId >easymock</artifactId >
200-  <version >5.0.0 </version >
200+  <version >5.0.1 </version >
201201 <scope >test</scope >
202202 </dependency >
203203 </dependencies >
                                 You can’t perform that action at this time. 
               
                  
0 commit comments