Skip to content
This repository was archived by the owner on Sep 9, 2023. It is now read-only.

Commit a1e7281

Browse files
authored
chore(deps): update dependency com.google.analytics:google-analytics-admin to v0.10.0 (#407)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.analytics:google-analytics-admin](https://togithub.com/googleapis/java-analytics-admin) | `0.9.1` -> `0.10.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.analytics:google-analytics-admin/0.10.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.analytics:google-analytics-admin/0.10.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.analytics:google-analytics-admin/0.10.0/compatibility-slim/0.9.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.analytics:google-analytics-admin/0.10.0/confidence-slim/0.9.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/java-analytics-admin</summary> ### [`v0.10.0`](https://togithub.com/googleapis/java-analytics-admin/blob/HEAD/CHANGELOG.md#&#8203;0100-httpsgithubcomgoogleapisjava-analytics-admincomparev091v0100-2022-05-19) [Compare Source](https://togithub.com/googleapis/java-analytics-admin/compare/v0.9.1...v0.10.0) ##### Features - add build scripts for native image testing in Java 17 ([#&#8203;1440](https://togithub.com/googleapis/java-analytics-admin/issues/1440)) ([#&#8203;404](https://togithub.com/googleapis/java-analytics-admin/issues/404)) ([52bf898](https://togithub.com/googleapis/java-analytics-admin/commit/52bf8986ae06b81411eafe742aa9585dde132dc0)) ##### Dependencies - update dependency com.google.cloud:google-cloud-shared-dependencies to v2.11.0 ([#&#8203;403](https://togithub.com/googleapis/java-analytics-admin/issues/403)) ([4407a5d](https://togithub.com/googleapis/java-analytics-admin/commit/4407a5dc7d764c6599b5366f7ae577c86d8e385b)) ##### [0.9.1](https://togithub.com/googleapis/java-analytics-admin/compare/v0.9.0...v0.9.1) (2022-04-15) ##### Dependencies - update dependency com.google.cloud:google-cloud-shared-dependencies to v2.10.0 ([#&#8203;391](https://togithub.com/googleapis/java-analytics-admin/issues/391)) ([4267a0b](https://togithub.com/googleapis/java-analytics-admin/commit/4267a0b2659d3ff594903b1af58a1c0bcd2ecf3a)) </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-analytics-admin).
1 parent e2796d4 commit a1e7281

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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-admin</artifactId>
25-
<version>0.9.1</version>
25+
<version>0.10.0</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-admin:0.9.1'
32+
implementation 'com.google.analytics:google-analytics-admin:0.10.0'
3333
```
3434

3535
If you are using SBT, add this to your dependencies
3636

3737
```Scala
38-
libraryDependencies += "com.google.analytics" % "google-analytics-admin" % "0.9.1"
38+
libraryDependencies += "com.google.analytics" % "google-analytics-admin" % "0.10.0"
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-admin</artifactId>
32-
<version>0.9.1</version>
32+
<version>0.10.0</version>
3333
</dependency>
3434
<!-- [END analytics-admin_install_without_bom] -->
3535

0 commit comments

Comments
 (0)