Skip to content

Commit

Permalink
chore(owlbot-java): disable re-writing clirr file in owlbot java post…
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] authored and rajanya-google committed Feb 16, 2022
1 parent 0ebade6 commit 446406c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/.OwlBot.lock.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
docker:
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
digest: sha256:94580e16bbb4ea1592fa9dd5c5df76716e17858c0dc975582d096c6ae0dc91f5
digest: sha256:efbfc5e9ff713005a037941f8ebcc0c69cc630e3ad934675ee26868705a30897
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ implementation 'com.google.cloud:google-cloud-pubsub'
If you are using Gradle without BOM, add this to your dependencies

```Groovy
implementation 'com.google.cloud:google-cloud-pubsub:1.115.0'
implementation 'com.google.cloud:google-cloud-pubsub:1.115.1'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.115.0"
libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.115.1"
```

## Authentication
Expand Down

0 comments on commit 446406c

Please sign in to comment.