Somehow Maven Central keeps all versions of all packages ever released forever. Even the known-vulnerable log4j versions:
https://search.maven.org/artifact/org.apache.logging.log4j/log4j-core/2.13.3/jar
So I guess you have to pick which one is more "irresponsible" for you — providing people potentially insecure packages (that might still be fine for their use cases) or breaking their stuff without them touching it.
When I was describing my proposed solution to package management in one chat where people complain about computers — no absolute paths, no dependency hell, no intermingling files from different sources, Java-classpath-like $PATH/includes/libs environments — I was told that I'm trying to reinvent Nix. And indeed it looks like what I want. I need to try it sometime.