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

Commit cca51a6

Browse files
build: marking dependencies (8) non-required (#1472) (#960)
Co-authored-by: Anthonios Partheniou <partheniou@google.com> Source-Link: googleapis/synthtool@72c64b7 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:b2e8f445ca0e605d4bbefbfdbdf7335692d75cf1647af62243828dcc0ea4e690
1 parent 5ed6302 commit cca51a6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.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:d4b80feffe1579818cdc39466152e9de95789a193408506cd4a1ffbe8804dc00
17-
# created: 2022-07-13T13:53:17.676447481Z
16+
digest: sha256:b2e8f445ca0e605d4bbefbfdbdf7335692d75cf1647af62243828dcc0ea4e690
17+
# created: 2022-07-14T21:08:10.768472192Z

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.7.1'
59+
implementation 'com.google.cloud:google-cloud-dialogflow:4.7.2'
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.7.1"
65+
libraryDependencies += "com.google.cloud" % "google-cloud-dialogflow" % "4.7.2"
6666
```
6767

6868
## Authentication

0 commit comments

Comments
 (0)