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

[Bug] New Branch is not always created from master branch #37

Closed sparsick closed 2 years ago

sparsick commented 2 years ago

When more than one dependency is updated in one Maven run, then the second updated branch is created from the first updated branch and so on (see also screenshot).

grafik

Expected result:

Every new branch is created from the master branch.

sparsick commented 2 years ago

Fixed with #38