Re: dependency updates

2022-02-25 Thread Benjamin Manes
Hi Jan, This appears to be some interaction within your build, most likely by a plugin like consistent-versions. The versions plugin copies the configuration, rewrites the dependency to a dynamic query (+), and reports on the differences. This relies on Gradle to perform the resolution. Unfortunat

Re: dependency updates

2022-02-25 Thread Jan Høydahl
Hi Ben, I started experimenting with gradle-versions-plugin, and it produces this report: https://gist.github.com/janhoy/91acf9ebb856bf1a97c4cf1ff68b8c6e Looks really useful. Perhaps you can comment on why it fails to find the version for org.apache.httpcomponents:httpmime and also fails to det