Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid declaring versions for auto-value-annotations #2187

Closed
ddixit14 opened this issue Jul 18, 2023 · 1 comment · Fixed by #2188
Closed

Avoid declaring versions for auto-value-annotations #2187

ddixit14 opened this issue Jul 18, 2023 · 1 comment · Fixed by #2188
Assignees
Labels
api: bigquerystorage Issues related to the googleapis/java-bigquerystorage API.

Comments

@ddixit14
Copy link
Contributor

<artifactId>auto-value-annotations</artifactId>

This is problematic because this may have discrepancy from the one defined in sdk-platform-java.

@product-auto-label product-auto-label bot added the api: bigquerystorage Issues related to the googleapis/java-bigquerystorage API. label Jul 18, 2023
@ddixit14
Copy link
Contributor Author

<dependency>
        <groupId>com.google.auto.value</groupId>  <!-- com.google.cloud:google-cloud-shared-config:1.5.6, line 539 -->
        <artifactId>auto-value-annotations</artifactId>  <!-- com.google.cloud:google-cloud-shared-config:1.5.6, line 540 -->
        <version>1.10.1</version>  <!-- com.google.cloud:google-cloud-shared-config:1.5.6, line 541 -->
      </dependency>

This version is being fetched from google-cloud-shared-config:1.5.6 line 540.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquerystorage Issues related to the googleapis/java-bigquerystorage API.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants