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

Commit 347cad4

Browse files
chore: regenerate README (#366)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-02-10 23:42:19,584 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-iot/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-02-10 23:42:21,080 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ``` </details> Full log will be available here: https://source.cloud.google.com/results/invocations/e5a6b64a-976c-455b-bd4d-e63b95678aa8/targets - [ ] To automatically regenerate this PR, check this box.
1 parent 2e769ba commit 347cad4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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-iot.git",
7-
"sha": "5ea0271b9f324be71364542bcfac1b35e05d4054"
7+
"sha": "2e769ba4b390d398014ce2106b2929e424904511"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "4679e7e415221f03ff2a71e3ffad75b9ec41d87e"
14+
"sha": "2414b817065726eae0bc525346c7e874f969369d"
1515
}
1616
}
1717
]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ compile 'com.google.cloud:google-cloud-iot'
5151
```
5252
If you are using Gradle without BOM, add this to your dependencies
5353
```Groovy
54-
compile 'com.google.cloud:google-cloud-iot:1.1.11'
54+
compile 'com.google.cloud:google-cloud-iot:1.1.12'
5555
```
5656

5757
If you are using SBT, add this to your dependencies
5858
```Scala
59-
libraryDependencies += "com.google.cloud" % "google-cloud-iot" % "1.1.11"
59+
libraryDependencies += "com.google.cloud" % "google-cloud-iot" % "1.1.12"
6060
```
6161

6262
## Authentication

0 commit comments

Comments
 (0)