Re: Getting version upgrade advise to upgrade a BOM..

2021-05-02 Thread Niels Basjes
Thanks, This actually works. I find this surprising because apparently this plugin cannot indicate what needs to be changed, but it can do the change. Niels On Sun, May 2, 2021 at 4:25 PM Nick Stolwijk wrote: > To update the BOM dependencies you can use the Maven versions plugin: > > mvn

Re: Getting version upgrade advise to upgrade a BOM..

2021-05-02 Thread Nick Stolwijk
To update the BOM dependencies you can use the Maven versions plugin: mvn versions:use-latest-versions versions:update-properties -DgenerateBackupPoms=false Hth, Nick Stolwijk ~~~ Try to leave this world a little better than you found it and, when your turn comes to die, you can die happy in

Re: Getting version upgrade advise to upgrade a BOM..

2021-05-02 Thread Niels Basjes
Hi, Thanks for the suggestion. Apparently the "standard" maven versions plugin does not do this correctly yet. I was looking at this renovate tool yet what I found is that it seems to only support creating pull/merge requests. This is very nice but not what I want right now. Is there a way to