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

Commit 6a91594

Browse files
chore(owlbot-java): disable re-writing clirr file in owlbot java post-processor (#1320) (#108)
1 parent 273604a commit 6a91594

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ If you are using Maven, add this to your pom.xml file:
3030
If you are using Gradle without BOM, add this to your dependencies
3131

3232
```Groovy
33-
implementation 'com.google.cloud:google-cloud-dataflow:0.3.2'
33+
implementation 'com.google.cloud:google-cloud-dataflow:0.3.3'
3434
```
3535

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

3838
```Scala
39-
libraryDependencies += "com.google.cloud" % "google-cloud-dataflow" % "0.3.2"
39+
libraryDependencies += "com.google.cloud" % "google-cloud-dataflow" % "0.3.3"
4040
```
4141

4242
## Authentication

0 commit comments

Comments
 (0)