Yes. As with other dependencies, Gradle can only handle one version of a certain plugin (usually it resolves to the highest).
If you define versions only through the plugins block, apply the other plugin there as well with a higher version
If you define the version though a dependency in buildSrc / includedBuild, add a dependency constraint for the other plugin’s coordinates with the higher version.