You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Elliotte Rusty Harold (Jira)" <ji...@apache.org> on 2020/02/26 14:26:00 UTC

[jira] [Created] (MDEP-677) Suggest BOM updates

Elliotte Rusty Harold created MDEP-677:
------------------------------------------

             Summary: Suggest BOM updates
                 Key: MDEP-677
                 URL: https://issues.apache.org/jira/browse/MDEP-677
             Project: Maven Dependency Plugin
          Issue Type: Improvement
            Reporter: Elliotte Rusty Harold


mvn versions:display-dependency-updates 

 

only suggests updates for dependencies in the dependencies and dependencyManagement sections. It does not suggest updates for BOMs imported by the dependencyManagement section. It should.

 

E.g. when scanning this:

 

{\{ <dependencyManagement>}}
 \{{ <dependencies>}}
 \{{ <dependency>}}
 \{{ <groupId>com.google.cloud</groupId>}}
 \{{ <artifactId>libraries-bom</artifactId>}}
 \{{ <version>4.1.0</version>}}
 \{{ <type>pom</type>}}
 \{{ <scope>import</scope>}}
 \{{ </dependency>}}
 \{{ </dependencies>}}
 \{{ </dependencyManagement>}}

It should suggest updating libraries-bom to 4.1.1.

 

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)