diff --git a/README.md b/README.md index 535e0c63..7289ca26 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.analytics google-analytics-data - 0.11.5 + 0.11.6 ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -implementation 'com.google.analytics:google-analytics-data:0.11.5' +implementation 'com.google.analytics:google-analytics-data:0.11.6' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.analytics" % "google-analytics-data" % "0.11.5" +libraryDependencies += "com.google.analytics" % "google-analytics-data" % "0.11.6" ``` ## Authentication diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 6d9517e2..84f0e13b 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -29,7 +29,7 @@ com.google.analytics google-analytics-data - 0.11.4 + 0.11.6 diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index e3365c30..45dc890f 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -40,7 +40,7 @@ com.google.analytics google-analytics-data - 0.11.4 + 0.11.6 com.google.auth