Skip to content

Commit

Permalink
fix: update native-image-sample's libraries-bom version to 26.52.0 (#…
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
burkedavison authored Dec 26, 2024
1 parent 8748cb9 commit 2a37d4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java-samples/native-image-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.51.0</version>
<version>26.52.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -161,4 +161,4 @@
</build>
</profile>
</profiles>
</project>
</project>

0 comments on commit 2a37d4d

Please sign in to comment.