: Subject: Does 8.5.2 depend on 8.2.0

No.  The code certainly doesn't, but i suppose it's possible some metadata 
somewhere in some pom file may be broken? 


: My build.gradle has this:
: compile(group: 'org.apache.solr', name: 'solr-solrj', version:'8.5.2')
: No where is there a reference to 8.2.0

it sounds like you are using transitive dependencies (otherwise it 
wouldn't make sense for you to wonder if 8.5.2 depends on 8.2.0) ... is it 
posisble some *other* library you are depending on is depending on 8.2.0 
directly? what does your dependency tree look like?

https://docs.gradle.org/current/userguide/viewing_debugging_dependencies.html


-Hoss
http://www.lucidworks.com/

Reply via email to