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

Commit 81ecd19

Browse files
chore: use require-hashes option for owlbot docker image (#1592) (#1017)
* chore: use require-hashes option for owlbot docker image Co-authored-by: Mike Eltsufin <[email protected]> Source-Link: googleapis/synthtool@d7d1a87 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:faab4ce05feb201db2dbbec4eff44b1f132d5e0316f7ba1c25e538516973fae3
1 parent 0e39112 commit 81ecd19

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
@@ -13,4 +13,4 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
16-
digest: sha256:8175681a918181d306d9c370d3262f16b4c724cc73d74111b7d42fc985ca7f93
16+
digest: sha256:faab4ce05feb201db2dbbec4eff44b1f132d5e0316f7ba1c25e538516973fae3

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-dialogflow'
5656
If you are using Gradle without BOM, add this to your dependencies:
5757

5858
```Groovy
59-
implementation 'com.google.cloud:google-cloud-dialogflow:4.8.5'
59+
implementation 'com.google.cloud:google-cloud-dialogflow:4.8.6'
6060
```
6161

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

6464
```Scala
65-
libraryDependencies += "com.google.cloud" % "google-cloud-dialogflow" % "4.8.5"
65+
libraryDependencies += "com.google.cloud" % "google-cloud-dialogflow" % "4.8.6"
6666
```
6767

6868
## Authentication

0 commit comments

Comments
 (0)