Open javahippie opened 2 weeks ago
'can not handle' is not 100% correct. I see a requirement to not update the properties, as this maybe break the build by upgrading another dependency unexpectedly. This would violate the "Do no harm" policy of OpenRewrite ;)
There is a work round that needs a small custom recipe, I think this could be of great value for all.
org.openrewrite.maven.UpgradeDependencyVersion
Thanks for your input (also on the other tickets!), that's really valuable
Is your feature request related to a problem? Please describe. Many projects define dependency versions in project properties like this:
Currently the OpenRewrite script can not handle this case and is not able to upgrade this version.