Description
The file maven-wrapper.properties contains a link to
https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.5.0/apache-maven-3.5.0-bin.zip
However in the pom.xml the maven enforcer plugin requires 3.6.3 or higher (through the apache parent).
Solution: replace the URL with another, e.g.
https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.9.6/apache-maven-3.9.6-bin.zip