Skip to content

Commit

Permalink
ci: adjust owlbot-java for monorepo (#1500) (#776)
Browse files Browse the repository at this point in the history
Source-Link: googleapis/synthtool@48f8857
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:b47e411068ffc6e6990cb4e0802fbac9a4488dec7f5f424553518ba21abea208
  • Loading branch information
gcf-owl-bot[bot] authored Jul 26, 2022
1 parent 6412f29 commit 30f87c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions java-cloudbuild/.github/.OwlBot.lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
# limitations under the License.
docker:
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
digest: sha256:04f254abfe5f47fe73ae6f91d68d55c3b76e722a4943066c3bb0ce03573b4ad9
# created: 2022-07-18T21:44:23.94208526Z
digest: sha256:b47e411068ffc6e6990cb4e0802fbac9a4488dec7f5f424553518ba21abea208
# created: 2022-07-26T16:25:31.033836225Z
6 changes: 3 additions & 3 deletions java-cloudbuild/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-build</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-build:3.5.0'
implementation 'com.google.cloud:google-cloud-build:3.5.1'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-build" % "3.5.0"
libraryDependencies += "com.google.cloud" % "google-cloud-build" % "3.5.1"
```

## Authentication
Expand Down

0 comments on commit 30f87c3

Please sign in to comment.