Open emartynov opened 2 years ago
I run scan for the old approach (with dependencies defined in gradle file) and new one (with toml). I see that this dependency is transitive in one of the projects. In both scans it shows it is resolved to the outdated version.
However, the versions plugin for the old situation doesn't give hint about the needed update and with toml it does.
Please provide a minimal project that demonstrates the problem. Since we are merely using the Gradle APIs, presumably the two mechanisms are applying different configurations. It is likely that we can't do anything but eluminate on this issue what Gradle is doing under the hood.
Hi people,
I switched to the toml file and I started getting a confusing report.
The toml file has the latest dependency version:
However, in the output I see that this dependency should be updated. If I open json file I see also next sections:
And
Can you give recommendation how to troubleshot it?