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

Commit ebb4547

Browse files
authored
Merge branch 'master' into autosynth-googleapis
2 parents a1743a3 + 905ec97 commit ebb4547

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/readme/synth.metadata/synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-dialogflow.git",
7-
"sha": "62a6f88719fedaadc4a16aa81e0191fc9e38c1d5"
7+
"sha": "c9a518870f51e5ffde16671cbc09b11a3bfdc3e0"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "06a8cd0ff7e81b05e6c503eab510ec622384caa7"
14+
"sha": "6726988c677bb78385868bfc48dbfa2fe981d44a"
1515
}
1616
}
1717
]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ If you are using Maven without BOM, add this to your dependencies:
4545

4646
If you are using Gradle 5.x or later, add this to your dependencies
4747
```Groovy
48-
implementation platform('com.google.cloud:libraries-bom:20.2.0')
48+
implementation platform('com.google.cloud:libraries-bom:20.3.0')
4949
5050
compile 'com.google.cloud:google-cloud-dialogflow'
5151
```

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
<dependency>
9696
<groupId>com.google.cloud</groupId>
9797
<artifactId>google-cloud-shared-dependencies</artifactId>
98-
<version>1.0.0</version>
98+
<version>1.1.0</version>
9999
<type>pom</type>
100100
<scope>import</scope>
101101
</dependency>

synth.metadata

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
{
44
"git": {
55
"name": ".",
6-
"remote": "git@github.com:googleapis/java-dialogflow.git",
7-
"sha": "ef0261ffa47455392a633bd49afe3d59354ba6a2"
6+
"remote": "https://github.com/googleapis/java-dialogflow.git",
7+
"sha": "b6b4391352f5d6458dce130b0f8c9923c71e0951"
88
}
99
},
1010
{
@@ -27,7 +27,7 @@
2727
"git": {
2828
"name": "synthtool",
2929
"remote": "https://github.com/googleapis/synthtool.git",
30-
"sha": "c0edb1b97d81f56eaba1e896e9756268940c56c1"
30+
"sha": "046994f491c02806aea60118e214a9edd67f5ab7"
3131
}
3232
}
3333
],

0 commit comments

Comments
 (0)