diff --git a/README.md b/README.md index 64f456f3..bdb9fb07 100644 --- a/README.md +++ b/README.md @@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-shell - 2.2.3 + 2.2.4 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-shell:2.2.3' +implementation 'com.google.cloud:google-cloud-shell:2.2.4' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-shell" % "2.2.3" +libraryDependencies += "com.google.cloud" % "google-cloud-shell" % "2.2.4" ``` ## Authentication diff --git a/pom.xml b/pom.xml index ac84202c..6f676e60 100644 --- a/pom.xml +++ b/pom.xml @@ -139,7 +139,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.4.0 + 3.4.1 html