Skip to content

Commit b9553e9

Browse files
authored
fix(deps): update dependency com.google.api.grpc:grpc-google-cloud-optimization-v1 to v1.1.8 (#8313)
[![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.api.grpc:grpc-google-cloud-optimization-v1](https://togithub.com/googleapis/java-optimization/grpc-google-cloud-optimization-v1) ([source](https://togithub.com/googleapis/java-optimization)) | `1.1.8-SNAPSHOT` -> `1.1.8` | [![age](https://badges.renovateapi.com/packages/maven/com.google.api.grpc:grpc-google-cloud-optimization-v1/1.1.8/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.api.grpc:grpc-google-cloud-optimization-v1/1.1.8/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.api.grpc:grpc-google-cloud-optimization-v1/1.1.8/compatibility-slim/1.1.8-SNAPSHOT)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.api.grpc:grpc-google-cloud-optimization-v1/1.1.8/confidence-slim/1.1.8-SNAPSHOT)](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**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/google-cloud-java). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xOTQuMiIsInVwZGF0ZWRJblZlciI6IjMyLjE5NC4yIn0=-->
1 parent 477775a commit b9553e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

java-optimization/google-cloud-optimization-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<dependency>
7272
<groupId>com.google.api.grpc</groupId>
7373
<artifactId>grpc-google-cloud-optimization-v1</artifactId>
74-
<version>1.1.8-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-optimization-v1:current} -->
74+
<version>1.1.8</version><!-- {x-version-update:grpc-google-cloud-optimization-v1:current} -->
7575
</dependency>
7676
<dependency>
7777
<groupId>com.google.api.grpc</groupId>

java-optimization/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<dependency>
7575
<groupId>com.google.api.grpc</groupId>
7676
<artifactId>grpc-google-cloud-optimization-v1</artifactId>
77-
<version>1.1.8-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-optimization-v1:current} -->
77+
<version>1.1.8</version><!-- {x-version-update:grpc-google-cloud-optimization-v1:current} -->
7878
</dependency>
7979
<dependency>
8080
<groupId>com.google.api.grpc</groupId>

0 commit comments

Comments
 (0)