cloud-opensource-java
cloud-opensource-java copied to clipboard
Global Upper Bounds Fixes: upgrading this artifact
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>