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..3176a514 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -35,7 +35,8 @@ com.google.auth google-auth-library-oauth2-http - 1.6.0 + + 1.4.0