gwt-dev has a dependency on commons-collections. Users are thus also forced to transitively pull in that dependency, which is bad for the following reasons:
- The last release was in 2015. Since then, it has been replaces with
commons-collections4 and users should migrate.
- Nexus IQ, Sonatype's commercial security scanner, reports a vulnerability sonatype-2024-3350 in that library with CVSS 8.7.
Recommended actions:
- Check if the dependency is needed at all. If not, remove it.
- If it is needed, update to
commons-collections4.
gwt-devhas a dependency oncommons-collections. Users are thus also forced to transitively pull in that dependency, which is bad for the following reasons:commons-collections4and users should migrate.Recommended actions:
commons-collections4.