cloud-opensource-java icon indicating copy to clipboard operation
cloud-opensource-java copied to clipboard

Global Upper Bounds Fixes: upgrading this artifact

Open elharo opened this issue 6 years ago • 0 comments

When suggesting upgrading the artifact itself for global upper bounds, we don't need to say, "Suggested updates to bring this artifact into sync with the highest versions of its dependencies used by any artifact in the BOM:"

Global Upper Bounds Fixes Suggested updates to bring this artifact into sync with the highest versions of its dependencies used by any artifact in the BOM:

Upgrade com.google.protobuf:protobuf-java:jar:3.6.1 in the BOM to version "3.7.1": Update the version of managed dependency element com.google.protobuf:protobuf-java in the BOM:

<dependencyManagement>
  <dependencies>
    ...
    <dependency>
      <groupId>com.google.protobuf</groupId>
      <artifactId>protobuf-java</artifactId>
      <version>3.7.1</version>
    </dependency>

elharo avatar Apr 30 '19 14:04 elharo