diff --git a/README.md b/README.md index 74b19329..538e10c5 100644 --- a/README.md +++ b/README.md @@ -30,13 +30,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-datastream:0.4.0' +implementation 'com.google.cloud:google-cloud-datastream:0.4.1' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-datastream" % "0.4.0" +libraryDependencies += "com.google.cloud" % "google-cloud-datastream" % "0.4.1" ``` ## Authentication diff --git a/samples/pom.xml b/samples/pom.xml index 807f5e3b..7307d196 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -46,7 +46,7 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.9 + 1.6.10 true