diff --git a/java-trace/README.md b/java-trace/README.md index 8ca6eed32c5c..d3b900ac8547 100644 --- a/java-trace/README.md +++ b/java-trace/README.md @@ -19,7 +19,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file: com.google.cloud libraries-bom - 26.1.2 + 26.1.3 pom import @@ -49,7 +49,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:26.1.2') +implementation platform('com.google.cloud:libraries-bom:26.1.3') implementation 'com.google.cloud:google-cloud-trace' ``` diff --git a/java-trace/samples/native-image-sample/pom.xml b/java-trace/samples/native-image-sample/pom.xml index 798b287a505c..6bb550321a41 100644 --- a/java-trace/samples/native-image-sample/pom.xml +++ b/java-trace/samples/native-image-sample/pom.xml @@ -31,7 +31,7 @@ com.google.cloud libraries-bom - 26.1.2 + 26.1.3 pom import diff --git a/java-trace/samples/snippets/pom.xml b/java-trace/samples/snippets/pom.xml index 25e29c8f1c63..4ebfdfce6d7c 100644 --- a/java-trace/samples/snippets/pom.xml +++ b/java-trace/samples/snippets/pom.xml @@ -30,7 +30,7 @@ com.google.cloud libraries-bom - 26.1.2 + 26.1.3 pom import