diff --git a/README.md b/README.md index d4078b1d..a0aedef3 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.14.1 + 0.14.3 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.analytics:google-analytics-data:0.14.1' +implementation 'com.google.analytics:google-analytics-data:0.14.3' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.analytics" % "google-analytics-data" % "0.14.1" +libraryDependencies += "com.google.analytics" % "google-analytics-data" % "0.14.3" ``` ## Authentication diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 030c4b5b..e02b0be4 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -35,7 +35,7 @@ com.google.auth google-auth-library-oauth2-http - 1.9.0 + 1.10.0