diff --git a/README.md b/README.md index 04d80891..c001a23d 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-dataflow:0.7.0' +implementation 'com.google.cloud:google-cloud-dataflow:0.7.2' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-dataflow" % "0.7.0" +libraryDependencies += "com.google.cloud" % "google-cloud-dataflow" % "0.7.2" ``` ## Authentication diff --git a/pom.xml b/pom.xml index 2976a529..c58c8977 100644 --- a/pom.xml +++ b/pom.xml @@ -121,7 +121,7 @@ org.apache.maven.plugins maven-project-info-reports-plugin - 3.4.0 + 3.4.1