13:06:14 [ERROR] Failed to execute goal org.sonarsource.scanner.maven:sonar-maven-plugin:3.5.0.1254:sonar (default-cli) on project parent: You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. -> [Help 1]
Previously I’ve seen these as a warning message, but now it kills my build as an error. I tried setting the jacoco version to 0.8.2 in my parent pom, but it has made no difference.
This seems to have started when I upgrade the SonarJava plugin from 5.5 to 5.8. However when I tried to go back to 5.5 I got incompatible version errors so I guess there isn’t any going back.
I tried updating jacoco-maven-plugin to 0.8.2 as per instruction in answer but It’s still showing old version in my .m2 repo and I still getting same error.