Skip to content

Commit

Permalink
deps: update auto-value-annotation.version to v1.10.1 (#543)
Browse files Browse the repository at this point in the history
* deps: update auto-value-annotation.version to v1.10.1

* chore: Update expected flattened pom.xml

Co-authored-by: Lawrence Qiu <lawrenceqiu@google.com>
  • Loading branch information
renovate-bot and lqiu96 committed Nov 28, 2022
1 parent 1c64620 commit b83ac8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -8,7 +8,7 @@ com.google.api:gax:jar:2.18.2:compile
com.google.apis:google-api-services-storage:jar:v1-rev20220705-1.32.1:compile
com.google.auth:google-auth-library-credentials:jar:1.7.0:compile
com.google.auth:google-auth-library-oauth2-http:jar:1.7.0:compile
com.google.auto.value:auto-value-annotations:jar:1.10:compile
com.google.auto.value:auto-value-annotations:jar:1.10.1:compile
com.google.cloud:google-cloud-core-http:jar:2.8.0:compile
com.google.cloud:google-cloud-core:jar:2.8.0:compile
com.google.code.findbugs:jsr305:jar:3.0.2:compile
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -63,7 +63,7 @@
<site.installationModule>${project.artifactId}</site.installationModule>
<report.jxr.inherited>false</report.jxr.inherited>
<skipITs>true</skipITs>
<auto-value-annotation.version>1.10</auto-value-annotation.version>
<auto-value-annotation.version>1.10.1</auto-value-annotation.version>
<surefire.version>3.0.0-M7</surefire.version>
<docRoot>/java/docs/reference/</docRoot>
</properties>
Expand Down

0 comments on commit b83ac8b

Please sign in to comment.