Bot updates Maven property incorrectly <org.slf4j.version>2.0.3</org.slf4j.vers2.0.4 #19090
Replies: 3 comments 2 replies
-
Hi there, Get your issue fixed faster by creating a minimal reproduction. This means a repository dedicated to reproducing this issue with the minimal dependencies and config possible. Before we start working on your issue we need to know exactly what's causing the current behavior. A minimal reproduction helps us with this. To get started, please read our guide on creating a minimal reproduction. We may close the issue if you, or someone else, haven't created a minimal reproduction within two weeks. If you need more time, or are stuck, please ask for help or more time in a comment. Good luck, The Renovate team |
Beta Was this translation helpful? Give feedback.
-
ReproductionI have the same issue with pom.xml files in java/maven repositories.
*.jpg -text the config.js is: in Azure DevOps pipeline (I use pool based on image ubuntu-latest) : renovate logs: I don't use in repository file renovate.json Workaround:change in .gitatributes (CRLF --> LF):
*.jpg -text Workaround is easy, but in our case the development is on windows machines and developers don't want to change CRLF --> LF to have easier work for them. |
Beta Was this translation helpful? Give feedback.
-
I had a similar issue with maven poms and the .gitattributes defining CRLF as line ending that breaks the renovate parser. The analysis, to find a relation to line endings, is pretty time-consuming, because you cannot directly see, what the problem is. The only issues you see, are parsing errors that cannot be reproduced when you move those parts to another project. Maybe it would be good idea, to provide a warning in the logs when unsupported line endings are found? |
Beta Was this translation helpful? Give feedback.
-
The renovate bot has updated the below property to:
<org.slf4j.version>2.0.3</org.slf4j.vers2.0.4
It should read:
<org.slf4j.version>2.0.4</org.slf4j.version>
Beta Was this translation helpful? Give feedback.
All reactions