Skip to content

Commit 5f98884

Browse files
build: marking dependencies (8) non-required (#1472) (#519)
Co-authored-by: Anthonios Partheniou <[email protected]> Source-Link: googleapis/synthtool@72c64b7 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:b2e8f445ca0e605d4bbefbfdbdf7335692d75cf1647af62243828dcc0ea4e690
1 parent b6995ba commit 5f98884

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

java-dialogflow-cx/.github/.OwlBot.lock.yaml

+2-2
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

java-dialogflow-cx/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file:
2222
<dependency>
2323
<groupId>com.google.cloud</groupId>
2424
<artifactId>google-cloud-dialogflow-cx</artifactId>
25-
<version>0.14.1</version>
25+
<version>0.14.2</version>
2626
</dependency>
2727
```
2828

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

3131
```Groovy
32-
implementation 'com.google.cloud:google-cloud-dialogflow-cx:0.14.1'
32+
implementation 'com.google.cloud:google-cloud-dialogflow-cx:0.14.2'
3333
```
3434

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

3737
```Scala
38-
libraryDependencies += "com.google.cloud" % "google-cloud-dialogflow-cx" % "0.14.1"
38+
libraryDependencies += "com.google.cloud" % "google-cloud-dialogflow-cx" % "0.14.2"
3939
```
4040

4141
## Authentication

0 commit comments

Comments
 (0)