georgberky / dependency-update-maven-plugin

A Maven plugin that creates merge requests for dependency updates.
Apache License 2.0
26 stars 9 forks source link

Inform user, if new version of an already discovered artifact is available #43

Closed sparsick closed 1 year ago

sparsick commented 2 years ago

As a developer, I want to be informed, if a new version of an already discovered artifact is available in the artifact repository.

Example:

We have already a branch for dependency A with version 1.0. This branch wasn't merged. Then the plugin finds a new version 1.1 for dependency A. Then the plugin logs a warning that a newer version is available. The plugin neither creates a new branch nor updates the existing one.