diff --git a/java-trace/README.md b/java-trace/README.md
index 368ce9f02664..7af572894b90 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.0.0
+ 26.1.0
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.0.0')
+implementation platform('com.google.cloud:libraries-bom:26.1.0')
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 15fd2970f3de..9c73f2b71409 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.0.0
+ 26.1.0
pom
import
diff --git a/java-trace/samples/snippets/pom.xml b/java-trace/samples/snippets/pom.xml
index a2cd6b1488ff..de7c769d55db 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.0.0
+ 26.1.0
pom
import