You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since version 2.13.0, display-property-updates includes updates available for parent projects.
This can be an issue for example if parent is spring-boot-starter-parent version 2.7.6. This is because spring-boot-dependencies (parent of spring-boot-starter-parent) specifies all its dependencies using properties and for most of them a more recent version exist.
I look at the documentation but I can't find a parameter to get back to the previous behavior.
This issue can be reproduce with this project by comparing output of ./mvnw org.codehaus.mojo:versions-maven-plugin:2.12.0:display-property-updates and ./mvnw org.codehaus.mojo:versions-maven-plugin:2.13.0:display-property-updates.
The text was updated successfully, but these errors were encountered:
@slawekjaranowski Thanks a lot for pointing me in the right direction, I can confirm that 2.14.0-SNAPSHOT fix the issue (and thanks @ajarmoniuk for #817 👍).
Since version
2.13.0
,display-property-updates
includes updates available for parent projects.This can be an issue for example if parent is
spring-boot-starter-parent
version2.7.6
. This is becausespring-boot-dependencies
(parent ofspring-boot-starter-parent
) specifies all its dependencies using properties and for most of them a more recent version exist.I look at the documentation but I can't find a parameter to get back to the previous behavior.
This issue can be reproduce with this project by comparing output of
./mvnw org.codehaus.mojo:versions-maven-plugin:2.12.0:display-property-updates
and./mvnw org.codehaus.mojo:versions-maven-plugin:2.13.0:display-property-updates
.The text was updated successfully, but these errors were encountered: