diff --git a/java-profiler/README.md b/java-profiler/README.md index 901b6f0301ad..4cbbbb57b7ab 100644 --- a/java-profiler/README.md +++ b/java-profiler/README.md @@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-profiler - 2.3.0 + 2.3.1 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-profiler:2.3.0' +implementation 'com.google.cloud:google-cloud-profiler:2.3.1' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-profiler" % "2.3.0" +libraryDependencies += "com.google.cloud" % "google-cloud-profiler" % "2.3.1" ``` ## Authentication diff --git a/java-profiler/pom.xml b/java-profiler/pom.xml index 6de67ed083aa..3323d8126d88 100644 --- a/java-profiler/pom.xml +++ b/java-profiler/pom.xml @@ -140,7 +140,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.4.0 + 3.4.1 html