diff --git a/README.md b/README.md index 8d6a4f59eb..33cb0abaf5 100644 --- a/README.md +++ b/README.md @@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-storage' If you are using Gradle without BOM, add this to your dependencies ```Groovy -implementation 'com.google.cloud:google-cloud-storage:2.4.3' +implementation 'com.google.cloud:google-cloud-storage:2.4.4' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "2.4.3" +libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "2.4.4" ``` ## Authentication