Skip to content

Commit bc2ce82

Browse files
chore(owlbot-java): disable re-writing clirr file in owlbot java post-processor (googleapis#1320) (googleapis#333)
1 parent 89de191 commit bc2ce82

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
docker:
22
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
3-
digest: sha256:491a007c6bd6e77f9e9b1bebcd6cdf08a4a4ef2c228c123d9696845204cb685d
3+
digest: sha256:efbfc5e9ff713005a037941f8ebcc0c69cc630e3ad934675ee26868705a30897

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

4141
## Authentication

0 commit comments

Comments
 (0)