diff --git a/README.md b/README.md index 098cc8f2a..f1ff98581 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ If you are using Maven without BOM, add this to your dependencies: If you are using Gradle 5.x or later, add this to your dependencies ```Groovy -implementation platform('com.google.cloud:libraries-bom:24.3.0') +implementation platform('com.google.cloud:libraries-bom:24.4.0') implementation 'com.google.cloud:google-cloud-datastore' ``` diff --git a/samples/native-image-sample/pom.xml b/samples/native-image-sample/pom.xml index 37bfecaa2..0c09a137a 100644 --- a/samples/native-image-sample/pom.xml +++ b/samples/native-image-sample/pom.xml @@ -17,8 +17,9 @@ - 11 - 11 + + 1.8 + 1.8 UTF-8 @@ -62,8 +63,7 @@ - com.example.datastore.NativeImageDatastoreSample - + com.example.datastore.NativeImageDatastoreSample @@ -115,8 +115,7 @@ 0.9.10 true - com.example.datastore.NativeImageDatastoreSample - + com.example.datastore.NativeImageDatastoreSample --no-fallback --no-server