diff --git a/README.md b/README.md index f26b8c07..66867a54 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,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-secretmanager' ``` diff --git a/samples/native-image-sample/pom.xml b/samples/native-image-sample/pom.xml index bafd41c2..efb888be 100644 --- a/samples/native-image-sample/pom.xml +++ b/samples/native-image-sample/pom.xml @@ -107,7 +107,7 @@ com.google.cloud native-image-support - 0.12.9 + 0.12.10 org.junit.vintage