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

Commit 2ab6f4c

Browse files
chore: regenerate README (#303)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2020-11-18 19:06:48,482 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-iot/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working directory clean 2020-11-18 19:06:49,406 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/0aabf941-4fe0-4817-b297-13e1abb66e74/targets - [ ] To automatically regenerate this PR, check this box.
1 parent fac2c75 commit 2ab6f4c

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": "dbc9a3a6946e3d437b2b9caa32d872fd5b8c1f8f"
7+
"sha": "fac2c75d65d9c25080321c59b8c9169b84cec496"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "2c8aecedd55b0480fb4e123b6e07fa5b12953862"
14+
"sha": "7fcc405a579d5d53a726ff3da1b7c8c08f0f2d58"
1515
}
1616
}
1717
]

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
1717
<dependency>
1818
<groupId>com.google.cloud</groupId>
1919
<artifactId>libraries-bom</artifactId>
20-
<version>15.0.0</version>
20+
<version>16.0.0</version>
2121
<type>pom</type>
2222
<scope>import</scope>
2323
</dependency>
@@ -45,11 +45,11 @@ If you are using Maven without BOM, add this to your dependencies:
4545

4646
If you are using Gradle, add this to your dependencies
4747
```Groovy
48-
compile 'com.google.cloud:google-cloud-iot:1.1.6'
48+
compile 'com.google.cloud:google-cloud-iot:1.1.7'
4949
```
5050
If you are using SBT, add this to your dependencies
5151
```Scala
52-
libraryDependencies += "com.google.cloud" % "google-cloud-iot" % "1.1.6"
52+
libraryDependencies += "com.google.cloud" % "google-cloud-iot" % "1.1.7"
5353
```
5454

5555
## Authentication

0 commit comments

Comments
 (0)