This repository was archived by the owner on Sep 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 102
This repository was archived by the owner on Sep 26, 2023. It is now read-only.
GraalVM downstream check failed upper-bound-deps #1686
Copy link
Copy link
Closed
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
https://github.com/googleapis/gax-java/runs/6492429066?check_suite_focus=true
Require upper bound dependencies error for com.google.api:api-common:2.1.5 paths to dependency are:
+-com.google.cloud:google-cloud-orgpolicy:2.1.3-SNAPSHOT
+-com.google.api:api-common:2.1.5
and
+-com.google.cloud:google-cloud-orgpolicy:2.1.3-SNAPSHOT
+-com.google.api.grpc:proto-google-cloud-orgpolicy-v2:2.1.3-SNAPSHOT
+-com.google.api:api-common:2.1.5
and
+-com.google.cloud:google-cloud-orgpolicy:2.1.3-SNAPSHOT
+-com.google.api:gax:2.18.0
+-com.google.api:api-common:2.1.5 (managed) <-- com.google.api:api-common:2.2.0
and
+-com.google.cloud:google-cloud-orgpolicy:2.1.3-SNAPSHOT
+-com.google.api:gax-grpc:2.18.0
+-com.google.api:api-common:2.1.5 (managed) <-- com.google.api:api-common:2.2.0
and
+-com.google.cloud:google-cloud-orgpolicy:2.1.3-SNAPSHOT
+-com.google.api:gax-grpc:2.18.0
+-com.google.api:api-common:2.1.5 (managed) <-- com.google.api:api-common:2.2.0
]
The upper-bound-deps shouldn't interfere the GraalVM compatibility check.
The error indicates that the shared dependencies BOM has outdated api-common.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.