Skip to content

Commit 2a37d4d

Browse files
authored
fix: update native-image-sample's libraries-bom version to 26.52.0 (#11369)
Further troubleshooting needed to determine why #11362 isn't picking up this update. Updating to 26.52.0 should resolve nightly failures due to missing native-image config
1 parent 8748cb9 commit 2a37d4d

File tree

1 file changed

+2
-2
lines changed
  • java-samples/native-image-sample

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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.51.0</version>
21+
<version>26.52.0</version>
2222
<type>pom</type>
2323
<scope>import</scope>
2424
</dependency>
@@ -161,4 +161,4 @@
161161
</build>
162162
</profile>
163163
</profiles>
164-
</project>
164+
</project>

0 commit comments

Comments
 (0)