diff --git a/README.md b/README.md index d8f480a02..05d61c079 100644 --- a/README.md +++ b/README.md @@ -32,13 +32,13 @@ If you are using Maven, add this to your pom.xml file: If you are using Gradle without BOM, add this to your dependencies ```Groovy -implementation 'com.google.cloud:google-cloud-pubsublite:1.4.7' +implementation 'com.google.cloud:google-cloud-pubsublite:1.4.8' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-pubsublite" % "1.4.7" +libraryDependencies += "com.google.cloud" % "google-cloud-pubsublite" % "1.4.8" ``` ## Authentication diff --git a/pom.xml b/pom.xml index f140d083a..0dd5aaa1b 100644 --- a/pom.xml +++ b/pom.xml @@ -40,7 +40,7 @@ com.google.cloud google-cloud-bom - 0.165.0 + 0.166.0 pom import