diff --git a/README.md b/README.md index c95a1cd63..c11d100fa 100644 --- a/README.md +++ b/README.md @@ -49,20 +49,20 @@ 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:26.0.0') +implementation platform('com.google.cloud:libraries-bom:26.1.3') implementation 'com.google.cloud:google-cloud-storage' ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-storage:2.10.0' +implementation 'com.google.cloud:google-cloud-storage:2.13.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "2.10.0" +libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "2.13.0" ``` ## Authentication diff --git a/google-cloud-storage/src/test/resources/META-INF/native-image/com/google/cloud/storage/native-image.properties b/google-cloud-storage/src/test/resources/META-INF/native-image/com/google/cloud/storage/native-image.properties index 9f5d52d81..00d101779 100644 --- a/google-cloud-storage/src/test/resources/META-INF/native-image/com/google/cloud/storage/native-image.properties +++ b/google-cloud-storage/src/test/resources/META-INF/native-image/com/google/cloud/storage/native-image.properties @@ -5,7 +5,7 @@ # build time. Initializing these classes explicitly at build time results in a # successful build. Args = \ - --initialize-at-build-time=com.google.cloud.conformance.storage.v1,\ + --initialize-at-build-time=com.google.cloud.conformance.storage.v1,\ com.google.protobuf,\ com.google.auth.oauth2,\ com.google.cloud.storage.conformance.retry,\ @@ -14,7 +14,8 @@ Args = \ com.google.api.client.util,\ com.google.api.client.http.javanet.NetHttpTransport,\ com.google.api.client.http.HttpTransport,\ - com.google.api.client.json,\ + com.google.api.client.json.JsonParser$1,\ + com.google.api.client.json.gson.GsonParser$1,\ com.google.common.io.BaseEncoding,\ com.google.common.math.IntMath$1,\ com.google.common.collect.Platform,\ @@ -26,7 +27,4 @@ Args = \ com.google.gson.internal,\ com.google.gson.internal.sql.SqlTypesSupport,\ com.google.gson.FieldNamingPolicy$3,\ - com.google.gson.LongSerializationPolicy$2 - - - + com.google.gson.LongSerializationPolicy$2 \ No newline at end of file