| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e314aef commit 4bd4e03
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -57,13 +57,13 @@ implementation 'com.google.cloud:google-cloud-vision' | |||
| 57 | 57 | If you are using Gradle without BOM, add this to your dependencies: | |
| 58 | 58 | ||
| 59 | 59 | ```Groovy | |
| 60 | - implementation 'com.google.cloud:google-cloud-vision:3.1.1' | ||
| 60 | + implementation 'com.google.cloud:google-cloud-vision:3.1.2' | ||
| 61 | 61 | ``` | |
| 62 | 62 | ||
| 63 | 63 | If you are using SBT, add this to your dependencies: | |
| 64 | 64 | ||
| 65 | 65 | ```Scala | |
| 66 | - libraryDependencies += "com.google.cloud" % "google-cloud-vision" % "3.1.1" | ||
| 66 | + libraryDependencies += "com.google.cloud" % "google-cloud-vision" % "3.1.2" | ||
| 67 | 67 | ``` | |
| 68 | 68 | ||
| 69 | 69 | ## Authentication | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -35,7 +35,7 @@ | |||
| 35 | 35 | <dependency> | |
| 36 | 36 | <groupId>com.google.cloud</groupId> | |
| 37 | 37 | <artifactId>google-cloud-storage</artifactId> | |
| 38 | - <version>2.12.0</version> | ||
| 38 | + <version>2.13.0</version> | ||
| 39 | 39 | </dependency> | |
| 40 | 40 | <dependency> | |
| 41 | 41 | <groupId>net.sourceforge.argparse4j</groupId> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -35,7 +35,7 @@ | |||
| 35 | 35 | <dependency> | |
| 36 | 36 | <groupId>com.google.cloud</groupId> | |
| 37 | 37 | <artifactId>google-cloud-storage</artifactId> | |
| 38 | - <version>2.12.0</version> | ||
| 38 | + <version>2.13.0</version> | ||
| 39 | 39 | </dependency> | |
| 40 | 40 | <dependency> | |
| 41 | 41 | <groupId>net.sourceforge.argparse4j</groupId> | |
| Back | FazBrowse Home | New Git URL |
0 commit comments