diff --git a/java-bare-metal-solution/README.md b/java-bare-metal-solution/README.md
index 7ce0230a36d7..7b5ad9bcc72e 100644
--- a/java-bare-metal-solution/README.md
+++ b/java-bare-metal-solution/README.md
@@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file:
com.google.cloud
google-cloud-bare-metal-solution
- 0.3.5
+ 0.3.6
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-bare-metal-solution:0.3.5'
+implementation 'com.google.cloud:google-cloud-bare-metal-solution:0.3.6'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-bare-metal-solution" % "0.3.5"
+libraryDependencies += "com.google.cloud" % "google-cloud-bare-metal-solution" % "0.3.6"
```
## Authentication
diff --git a/java-bare-metal-solution/samples/install-without-bom/pom.xml b/java-bare-metal-solution/samples/install-without-bom/pom.xml
index eb015c196703..03304e405b44 100644
--- a/java-bare-metal-solution/samples/install-without-bom/pom.xml
+++ b/java-bare-metal-solution/samples/install-without-bom/pom.xml
@@ -29,7 +29,7 @@
com.google.cloud
google-cloud-bare-metal-solution
- 0.3.5
+ 0.3.6
diff --git a/java-bare-metal-solution/samples/snippets/pom.xml b/java-bare-metal-solution/samples/snippets/pom.xml
index e15d077af691..889a4ab70108 100644
--- a/java-bare-metal-solution/samples/snippets/pom.xml
+++ b/java-bare-metal-solution/samples/snippets/pom.xml
@@ -28,7 +28,7 @@
com.google.cloud
google-cloud-bare-metal-solution
- 0.3.5
+ 0.3.6