Does anyone has any idea what can I do in order to fix this?
Hello @Daniel Fuentes and thank you for reaching out to the Community!
I see from your pipeline YML that you are using maven caches. It might be the case that maven is getting that version from a previous cache that was generated in your pipeline.
To check if this is the issue, you can try manually clearing the cache by following the below steps:
Once the cache is deleted, you can try to run your build again and see how it goes.
If the error persists, it's also possible that one of your other dependencies required the new version of Jfrog, which is making Maven download it. I found this thread in Stackoverflow which suggests the command below to check the dependency tree for any other dependency that requires jFrog :
mvn -Dverbose=true dependency:tree
Hope that helps!
Thank you, @Daniel Fuentes !
Patrik S
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.