Skip to content

Commit eb24c4b

Browse files
ci: adjust owlbot-java for monorepo (#1500) (#914)
Source-Link: googleapis/synthtool@48f8857 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:b47e411068ffc6e6990cb4e0802fbac9a4488dec7f5f424553518ba21abea208
1 parent 10780c9 commit eb24c4b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

java-containeranalysis/.github/.OwlBot.lock.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
16-
digest: sha256:04f254abfe5f47fe73ae6f91d68d55c3b76e722a4943066c3bb0ce03573b4ad9
17-
# created: 2022-07-18T21:44:23.94208526Z
16+
digest: sha256:b47e411068ffc6e6990cb4e0802fbac9a4488dec7f5f424553518ba21abea208
17+
# created: 2022-07-26T16:25:31.033836225Z

java-containeranalysis/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-containeranalysis'
5656
If you are using Gradle without BOM, add this to your dependencies:
5757

5858
```Groovy
59-
implementation 'com.google.cloud:google-cloud-containeranalysis:2.4.1'
59+
implementation 'com.google.cloud:google-cloud-containeranalysis:2.4.2'
6060
```
6161

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

6464
```Scala
65-
libraryDependencies += "com.google.cloud" % "google-cloud-containeranalysis" % "2.4.1"
65+
libraryDependencies += "com.google.cloud" % "google-cloud-containeranalysis" % "2.4.2"
6666
```
6767

6868
## Authentication

0 commit comments

Comments
 (0)