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

Commit 5f2ea59

Browse files
chore: regenerate README
1 parent 78a08f3 commit 5f2ea59

File tree

2 files changed

+5
-5
lines changed

2 files changed

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

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,18 @@ 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:16.3.0')
48+
implementation platform('com.google.cloud:libraries-bom:16.4.0')
4949
5050
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.10'
54+
compile 'com.google.cloud:google-cloud-iot:1.1.11'
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.10"
59+
libraryDependencies += "com.google.cloud" % "google-cloud-iot" % "1.1.11"
6060
```
6161

6262
## Authentication

0 commit comments

Comments
 (0)