Skip to content

Commit 49151ee

Browse files
deps: update java-cloud-bom in java-samples to 26.59.0 (#11573)
* deps: update java-cloud-bom in java-samples to 26.59.0 26.52.0 is 5 months old. 26.59.0 brings a [3 month old gax hint](https://github.com/googleapis/sdk-platform-java/blame/a5d9b5857f5c7c0e787bac0e1ae25198430a7622/gax-java/gax/src/main/resources/META-INF/native-image/com.google.api/gax/native-image.properties#L11-L12) Fixes the error of the form: ``` Fatal error: com.oracle.graal.pointsto.constraints.UnsupportedFeatureException: An object of type 'com.google.protobuf.RuntimeVersion$RuntimeDomain' was found in the image heap. This type, however, is marked for initialization at image run time for the following reason: classes are initialized at run time by default. This is not allowed for correctness reasons: All objects that are stored in the image heap must be initialized at build time. ``` * chore: configure renovate and java-samples
1 parent 90a6707 commit 49151ee

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

java-samples/native-image-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>com.google.cloud</groupId>
2020
<artifactId>libraries-bom</artifactId>
21-
<version>26.52.0</version>
21+
<version>26.59.0</version>
2222
<type>pom</type>
2323
<scope>import</scope>
2424
</dependency>

renovate.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"**/README.md",
2626
"google-cloud-pom-parent/pom.xml",
2727
"google-cloud-jar-parent/pom.xml",
28+
"java-samples/native-image-sample/pom.xml",
2829
"java-shared-dependencies/first-party-dependencies/pom.xml",
2930
"java-shared-dependencies/third-party-dependencies/pom.xml",
3031
".kokoro/nightly/graalvm-native*.cfg",

0 commit comments

Comments
 (0)