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

Commit 1f79e0b

Browse files
1 parent 79e2a71 commit 1f79e0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ If you are using Maven without BOM, add this to your dependencies:
5050
<dependency>
5151
<groupId>com.google.cloud</groupId>
5252
<artifactId>google-cloud-automl</artifactId>
53-
<version>2.3.4</version>
53+
<version>2.3.5</version>
5454
</dependency>
5555
<dependency>
5656
<groupId>com.google.cloud</groupId>
@@ -75,13 +75,13 @@ implementation 'com.google.cloud:google-cloud-automl'
7575
If you are using Gradle without BOM, add this to your dependencies:
7676

7777
```Groovy
78-
implementation 'com.google.cloud:google-cloud-automl:2.3.4'
78+
implementation 'com.google.cloud:google-cloud-automl:2.3.5'
7979
```
8080

8181
If you are using SBT, add this to your dependencies:
8282

8383
```Scala
84-
libraryDependencies += "com.google.cloud" % "google-cloud-automl" % "2.3.4"
84+
libraryDependencies += "com.google.cloud" % "google-cloud-automl" % "2.3.5"
8585
```
8686

8787
## Authentication

0 commit comments

Comments
 (0)