diff --git a/README.md b/README.md index fda66ce5..60c236e1 100644 --- a/README.md +++ b/README.md @@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud pubsublite-spark-sql-streaming - 0.4.2 + 0.4.3 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:pubsublite-spark-sql-streaming:0.4.2' +implementation 'com.google.cloud:pubsublite-spark-sql-streaming:0.4.3' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "pubsublite-spark-sql-streaming" % "0.4.2" +libraryDependencies += "com.google.cloud" % "pubsublite-spark-sql-streaming" % "0.4.3" ``` ## Authentication diff --git a/pom.xml b/pom.xml index 1a798a4f..53bfd852 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ com.google.cloud google-cloud-pubsublite-parent - 1.9.1 + 1.9.2 4.0.0 pubsublite-spark-sql-streaming