▲ | oftenwrong 4 days ago | |||||||
Maven is not Java, though. | ||||||||
▲ | Tadpole9181 4 days ago | parent [-] | |||||||
Gradle suffers the same exact issue by default, because it inherits it from Maven (they use the same repository). You need to go out of your way to enable strict versioning policies and lock files. Maven and Gradle make up the vast majority of all Java projects in the wild today. So, effectively, Maven is Java in terms of dependency management. | ||||||||
|