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

Commit 097d3cb

Browse files
chore(owlbot-java): disable re-writing clirr file in owlbot java post-processor (#1320) (#390)
1 parent 2757742 commit 097d3cb

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/.OwlBot.lock.yaml

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

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.10.2</version>
25+
<version>0.11.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-data:0.10.2'
32+
implementation 'com.google.analytics:google-analytics-data:0.11.0'
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.10.2"
38+
libraryDependencies += "com.google.analytics" % "google-analytics-data" % "0.11.0"
3939
```
4040

4141
## Authentication

0 commit comments

Comments
 (0)