Skip to content

Commit

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

* update the golden file

* removed unused split repositories

---------

Co-authored-by: Tomo Suzuki <[email protected]>
  • Loading branch information
renovate-bot and suztomo authored Jul 18, 2023
1 parent 37ba7df commit bfa9559
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/downstream-dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
java: [11]
repo:
- java-bigquery
- java-bigqueryconnection
- java-spanner
- java-storage
- java-pubsub
Expand Down
Original file line number Diff line number Diff line change
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.1:compile
com.google.auto.value:auto-value-annotations:jar:1.10.2: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
Original file line number Diff line number Diff line change
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.1</auto-value-annotation.version>
<auto-value-annotation.version>1.10.2</auto-value-annotation.version>
<surefire.version>3.1.0</surefire.version>
<docRoot>/java/docs/reference/</docRoot>
</properties>
Expand Down

0 comments on commit bfa9559

Please sign in to comment.