I am getting following conflicts for okio library in my sprint boot project.
I am not not sure how to read this. Specifically:
- What does conflict actually mean here. What is conflicting with what?
- Why is 1.6.0 is conflicting with 1.6.0
- What does Scopes mean (6 scopes , 4 scopes) etc..
How do I resolve this in my gradle project. Current in my build.gradle I have
implementation "org.apache.commons:commons-vfs2:2.9.0"
implementation 'io.fabric8:kubernetes-client:6.3.1'
My server fails to start with a NoSuchFieldError within a class in Okio library. How can I go about resolving this? None of this is my direct code issue is happening in the okio which is the transitive dependency of above two libraries.