diff --git a/README.md b/README.md
index 1438e1d24..9e537d6c7 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,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.4.0')
+implementation platform('com.google.cloud:libraries-bom:25.0.0')
implementation 'com.google.cloud:google-cloud-logging'
```
diff --git a/samples/native-image-sample/pom.xml b/samples/native-image-sample/pom.xml
index a87c503c2..cb63f75bb 100644
--- a/samples/native-image-sample/pom.xml
+++ b/samples/native-image-sample/pom.xml
@@ -104,7 +104,7 @@
com.google.cloud
native-image-support
- 0.12.0
+ 0.12.10
org.junit.vintage