Open rcsilva83 opened 5 days ago
hi! Did you also try the property overrideManagedVersion
already? That's set to false by default:
https://docs.openrewrite.org/recipes/maven/upgradedependencyversion
I suppose the sections:
What is the smallest, simplest way to reproduce the problem?
What did you expect to see?
What did you see instead?
are messed up in the description.
The observed is without the <version>5.1.0</version>
. The expected is with the line. And the foo-bar is irrelevant.
@timtebeek , I tried but it didn't work either.
@mccartney , sorry about that. I fixed.
What version of OpenRewrite are you using?
I am using
How are you running OpenRewrite?
I am using the Maven plugin, and my project is a multi-module project.
And this is
MyRecipe
:What is the smallest, simplest way to reproduce the problem?
What did you expect to see?
What did you see instead?
Nothing changed:
What is the full stack trace of any errors you encountered?
None
Are you interested in contributing a fix to OpenRewrite?
Yes. If you agree with this bug report, I can implement as I already implemented a recipe from scratch.