diff --git a/README.md b/README.md index bd30bf37..ba140b5a 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-kafka - 0.6.7 + 0.6.8 ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -implementation 'com.google.cloud:pubsublite-kafka:0.6.7' +implementation 'com.google.cloud:pubsublite-kafka:0.6.8' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "pubsublite-kafka" % "0.6.7" +libraryDependencies += "com.google.cloud" % "pubsublite-kafka" % "0.6.8" ``` ## Authentication diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 6dc6a41c..13a93c67 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -29,7 +29,7 @@ com.google.cloud pubsublite-kafka - 0.6.7 + 0.6.8 diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index a1df62bf..3e9cbbd3 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -43,7 +43,7 @@ com.google.cloud pubsublite-kafka - 0.6.7 + 0.6.8 org.apache.kafka diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index b7580c1a..5305eff7 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -45,7 +45,7 @@ com.google.cloud pubsublite-kafka - 0.6.7 + 0.6.8 org.apache.kafka