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

Commit 483efd0

Browse files
authored
deps: update dependency com.google.cloud:google-cloud-core to v2.5.9 (#851)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:google-cloud-core](https://togithub.com/googleapis/java-core) | `2.5.8` -> `2.5.9` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-core/2.5.9/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-core/2.5.9/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-core/2.5.9/compatibility-slim/2.5.8)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-core/2.5.9/confidence-slim/2.5.8)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/java-core</summary> ### [`v2.5.9`](https://togithub.com/googleapis/java-core/blob/HEAD/CHANGELOG.md#&#8203;259-httpsgithubcomgoogleapisjava-corecomparev258v259-2022-03-09) [Compare Source](https://togithub.com/googleapis/java-core/compare/v2.5.8...v2.5.9) </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-video-intelligence).
1 parent 63dc00a commit 483efd0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ implementation 'com.google.cloud:google-cloud-video-intelligence'
6565
If you are using Gradle without BOM, add this to your dependencies
6666

6767
```Groovy
68-
implementation 'com.google.cloud:google-cloud-video-intelligence:2.0.20'
68+
implementation 'com.google.cloud:google-cloud-video-intelligence:2.0.21'
6969
```
7070

7171
If you are using SBT, add this to your dependencies
7272

7373
```Scala
74-
libraryDependencies += "com.google.cloud" % "google-cloud-video-intelligence" % "2.0.20"
74+
libraryDependencies += "com.google.cloud" % "google-cloud-video-intelligence" % "2.0.21"
7575
```
7676

7777
## Authentication

samples/install-without-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>com.google.cloud</groupId>
6060
<artifactId>google-cloud-core</artifactId>
61-
<version>2.5.8</version>
61+
<version>2.5.9</version>
6262
<scope>test</scope>
6363
<classifier>tests</classifier>
6464
</dependency>

samples/snapshot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>com.google.cloud</groupId>
5454
<artifactId>google-cloud-core</artifactId>
55-
<version>2.5.8</version>
55+
<version>2.5.9</version>
5656
<scope>test</scope>
5757
<classifier>tests</classifier>
5858
</dependency>

samples/snippets/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<dependency>
6464
<groupId>com.google.cloud</groupId>
6565
<artifactId>google-cloud-core</artifactId>
66-
<version>2.5.8</version>
66+
<version>2.5.9</version>
6767
<scope>test</scope>
6868
<classifier>tests</classifier>
6969
</dependency>

0 commit comments

Comments
 (0)