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

Commit 1a21d32

Browse files
chore: regenerate README (#539)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-04-14 00:43:04,989 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-automl/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-04-14 00:43:06,362 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/9abbed14-ada3-4e11-98a1-8e617af05d16/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent 55390df commit 1a21d32

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-automl.git",
7-
"sha": "e0e75bf6d757c3976cb7c195dc1de2b193ffa35d"
7+
"sha": "c2436df85b687452659f3cae7ed088988bb1d775"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "0a071b3460344886297a304253bf924aa68ddb7e"
14+
"sha": "082e1ca0863b13ada8594fe91845380765da5b70"
1515
}
1616
}
1717
]

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ If you are using Maven without BOM, add this to your dependencies:
5757
<dependency>
5858
<groupId>com.google.cloud</groupId>
5959
<artifactId>google-cloud-storage</artifactId>
60-
<version>1.113.14</version>
60+
<version>1.113.15</version>
6161
</dependency>
6262

6363
```
@@ -70,12 +70,12 @@ compile 'com.google.cloud:google-cloud-automl'
7070
```
7171
If you are using Gradle without BOM, add this to your dependencies
7272
```Groovy
73-
compile 'com.google.cloud:google-cloud-automl:1.4.0'
73+
compile 'com.google.cloud:google-cloud-automl:1.4.1'
7474
```
7575

7676
If you are using SBT, add this to your dependencies
7777
```Scala
78-
libraryDependencies += "com.google.cloud" % "google-cloud-automl" % "1.4.0"
78+
libraryDependencies += "com.google.cloud" % "google-cloud-automl" % "1.4.1"
7979
```
8080

8181
## Authentication

0 commit comments

Comments
 (0)