Skip to content

Commit 824fc46

Browse files
authored
deps: update dependency com.google.cloud:google-cloud-core to v2.8.19 (#1033)
[![Mend 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.8.18` -> `2.8.19` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-core/2.8.19/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-core/2.8.19/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-core/2.8.19/compatibility-slim/2.8.18)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-core/2.8.19/confidence-slim/2.8.18)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - 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 these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. ⚠ **Warning**: custom changes will be lost. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-video-intelligence). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMDguMiIsInVwZGF0ZWRJblZlciI6IjMyLjIwOC4yIn0=-->
1 parent eac6768 commit 824fc46

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

java-video-intelligence/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.2.9'
68+
implementation 'com.google.cloud:google-cloud-video-intelligence:2.2.10'
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.2.9"
74+
libraryDependencies += "com.google.cloud" % "google-cloud-video-intelligence" % "2.2.10"
7575
```
7676

7777
## Authentication

java-video-intelligence/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.8.18</version>
61+
<version>2.8.19</version>
6262
<scope>test</scope>
6363
<classifier>tests</classifier>
6464
</dependency>

java-video-intelligence/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.8.18</version>
55+
<version>2.8.19</version>
5656
<scope>test</scope>
5757
<classifier>tests</classifier>
5858
</dependency>

java-video-intelligence/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.8.18</version>
66+
<version>2.8.19</version>
6767
<scope>test</scope>
6868
<classifier>tests</classifier>
6969
</dependency>

0 commit comments

Comments
 (0)