Skip to content

Commit c26a30d

Browse files
authored
chore(deps): update dependency com.google.auto.value:auto-value to v1.8.2 (GoogleCloudPlatform#5625)
[![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.auto.value:auto-value](https://togithub.com/google/auto) | `1.8.1` -> `1.8.2` | [![age](https://badges.renovateapi.com/packages/maven/com.google.auto.value:auto-value/1.8.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.auto.value:auto-value/1.8.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.auto.value:auto-value/1.8.2/compatibility-slim/1.8.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.auto.value:auto-value/1.8.2/confidence-slim/1.8.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/java-docs-samples).
1 parent 22a58b7 commit c26a30d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appengine-java8/datastore/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>com.google.auto.value</groupId>
5555
<artifactId>auto-value</artifactId>
56-
<version>1.8.1</version>
56+
<version>1.8.2</version>
5757
<scope>provided</scope>
5858
</dependency>
5959

@@ -145,7 +145,7 @@
145145
<annotationProcessorPath>
146146
<groupId>com.google.auto.value</groupId>
147147
<artifactId>auto-value</artifactId>
148-
<version>1.8.1</version>
148+
<version>1.8.2</version>
149149
</annotationProcessorPath>
150150
</annotationProcessorPaths>
151151
</configuration>

0 commit comments

Comments
 (0)