janhoy commented on PR #1599: URL: https://github.com/apache/solr/pull/1599#issuecomment-1580839570
Not necessarily a bug per se, lock file may by design have higher versions than in props. The documentation of gradle-consistent-versions plugin https://github.com/palantir/gradle-consistent-versions#versionsprops-lower-bounds-for-dependencies says: > versions.props: lower bounds for dependencies Specify versions for your direct dependencies in a single root-level versions.props file. Think of these versions as the minimum versions your project requires. Once in a while we need to override the *minimum* version of a lib, but once gradle selects a compatible version by itself, perhaps we could simply remove the override of woodstox now? ``` > Task :why com.fasterxml.woodstox:woodstox-core:6.5.1 projects -> 6.5.1 com.fasterxml.jackson.dataformat:jackson-dataformat-xml -> 6.5.1 org.apache.tika:tika-parsers -> 6.3.1 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org