Skip to content
This repository was archived by the owner on Jan 22, 2024. It is now read-only.

Commit 74446cf

Browse files
authored
deps(sample): using newer google-analytics-data in snippet (#452)
Fixes #430 and #431 .
1 parent aa1832b commit 74446cf

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

2929
If 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

3535
If 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

samples/install-without-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
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>

samples/snippets/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
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>

0 commit comments

Comments
 (0)