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

Commit 1420917

Browse files
chore(deps): update dependency org.sonatype.plugins:nexus-staging-maven-plugin to v1.6.12 (#1388) (#388)
Co-authored-by: Neenu Shaji <Neenu1995@users.noreply.github.com> Source-Link: googleapis/synthtool@4c770a0 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:029f8a2fcd20ab09808e4a5cf5f3866f5976b6635197c764679f9b22591aab58
1 parent 9baecbf commit 1420917

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/.OwlBot.lock.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
16-
digest: sha256:b0b1c1c89570e229b1026372a2b8989ba31495007055b8d30178b7648503eefa
16+
digest: sha256:029f8a2fcd20ab09808e4a5cf5f3866f5976b6635197c764679f9b22591aab58
17+
# created: 2022-04-01T19:51:01.017179449Z

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.8.4</version>
25+
<version>0.9.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.8.4'
32+
implementation 'com.google.analytics:google-analytics-admin:0.9.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.8.4"
38+
libraryDependencies += "com.google.analytics" % "google-analytics-admin" % "0.9.0"
3939
```
4040

4141
## Authentication

0 commit comments

Comments
 (0)