Skip to content

Commit

Permalink
deps: update dependency com.google.cloud:google-cloud-core to v2.8.22 (
Browse files Browse the repository at this point in the history
…#1050)

* deps: update dependency com.google.cloud:google-cloud-core to v2.8.22

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
renovate-bot and gcf-owl-bot[bot] authored Nov 8, 2022
1 parent ce9a8af commit 95ac80d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions java-video-intelligence/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@ implementation 'com.google.cloud:google-cloud-video-intelligence'
If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-video-intelligence:2.2.13'
implementation 'com.google.cloud:google-cloud-video-intelligence:2.3.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-video-intelligence" % "2.2.13"
libraryDependencies += "com.google.cloud" % "google-cloud-video-intelligence" % "2.3.0"
```

## Authentication
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-core</artifactId>
<version>2.8.20</version>
<version>2.8.22</version>
<scope>test</scope>
<classifier>tests</classifier>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion java-video-intelligence/samples/snapshot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-core</artifactId>
<version>2.8.20</version>
<version>2.8.22</version>
<scope>test</scope>
<classifier>tests</classifier>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion java-video-intelligence/samples/snippets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-core</artifactId>
<version>2.8.20</version>
<version>2.8.22</version>
<scope>test</scope>
<classifier>tests</classifier>
</dependency>
Expand Down

0 comments on commit 95ac80d

Please sign in to comment.