From 46ccb9301993f1fd1d1ef47f0d0c52d664b5fe0c Mon Sep 17 00:00:00 2001 From: Mridula Peddada Date: Wed, 2 Mar 2022 11:35:34 -0500 Subject: [PATCH 1/3] docs(sample): Use Java 8 for Native Image sample --- samples/native-image-sample/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/samples/native-image-sample/pom.xml b/samples/native-image-sample/pom.xml index 37bfecaa2..aed29b84f 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 From 0b99b261ed4a4c3cf1ae8236003a07e42fb7900c Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Wed, 2 Mar 2022 16:40:26 +0000 Subject: [PATCH 2/3] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot=20po?= =?UTF-8?q?st-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ``` From 5c5473b64aaf0884957f894eba7b001b8f724ded Mon Sep 17 00:00:00 2001 From: Mridula Peddada Date: Wed, 2 Mar 2022 11:54:18 -0500 Subject: [PATCH 3/3] fix formatting --- samples/native-image-sample/pom.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/samples/native-image-sample/pom.xml b/samples/native-image-sample/pom.xml index aed29b84f..0c09a137a 100644 --- a/samples/native-image-sample/pom.xml +++ b/samples/native-image-sample/pom.xml @@ -63,8 +63,7 @@ - com.example.datastore.NativeImageDatastoreSample - + com.example.datastore.NativeImageDatastoreSample @@ -116,8 +115,7 @@ 0.9.10 true - com.example.datastore.NativeImageDatastoreSample - + com.example.datastore.NativeImageDatastoreSample --no-fallback --no-server