This repository was archived by the owner on Jan 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file:
2222<dependency >
2323 <groupId >com.google.analytics</groupId >
2424 <artifactId >google-analytics-data</artifactId >
25- <version >0.11.5 </version >
25+ <version >0.11.6 </version >
2626</dependency >
2727```
2828
2929If you are using Gradle without BOM, add this to your dependencies
3030
3131``` Groovy
32- implementation 'com.google.analytics:google-analytics-data:0.11.5 '
32+ implementation 'com.google.analytics:google-analytics-data:0.11.6 '
3333```
3434
3535If you are using SBT, add this to your dependencies
3636
3737``` Scala
38- libraryDependencies += " com.google.analytics" % " google-analytics-data" % " 0.11.5 "
38+ libraryDependencies += " com.google.analytics" % " google-analytics-data" % " 0.11.6 "
3939```
4040
4141## Authentication
Original file line number Diff line number Diff line change 2929 <dependency >
3030 <groupId >com.google.analytics</groupId >
3131 <artifactId >google-analytics-data</artifactId >
32- <version >0.11.4 </version >
32+ <version >0.11.6 </version >
3333 </dependency >
3434 <!-- [END analytics_data_install_without_bom] -->
3535 <dependency >
Original file line number Diff line number Diff line change 4040 <dependency >
4141 <groupId >com.google.analytics</groupId >
4242 <artifactId >google-analytics-data</artifactId >
43- <version >0.11.4 </version >
43+ <version >0.11.6 </version >
4444 </dependency >
4545 <dependency >
4646 <groupId >com.google.auth</groupId >
You can’t perform that action at this time.
0 commit comments