I see that there is a Settings class with a connection timeout.
How can I change the default value by using my pom.xml?
Yes - see the dependency-check-maven configuration page and look for connectionTimeout. This controls the connection timeout when downloading external resources over HTTP/S.
Thanks for pointing me there - i somehow missed that.
Most helpful comment
Yes - see the dependency-check-maven configuration page and look for
connectionTimeout. This controls the connection timeout when downloading external resources over HTTP/S.