diff --git a/java-bare-metal-solution/README.md b/java-bare-metal-solution/README.md index 79752e8f7ee3..a74690560984 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.7 + 0.3.8 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-bare-metal-solution:0.3.7' +implementation 'com.google.cloud:google-cloud-bare-metal-solution:0.3.8' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-bare-metal-solution" % "0.3.7" +libraryDependencies += "com.google.cloud" % "google-cloud-bare-metal-solution" % "0.3.8" ``` ## 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 154b965cdf63..716d2292ca39 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.7 + 0.3.8 diff --git a/java-bare-metal-solution/samples/snippets/pom.xml b/java-bare-metal-solution/samples/snippets/pom.xml index e2feccb7f41a..bd7e8030270c 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.7 + 0.3.8