Merge branch '3.1.x'

Closes gh-36967
This commit is contained in:
Stephane Nicoll 2023-08-14 15:14:59 +02:00
commit 70ea830277

View File

@ -172,7 +172,7 @@ public class ProcessTestAotMojo extends AbstractAotMojo {
String version = (platformCommonsArtifact != null) ? platformCommonsArtifact.getBaseVersion() : null;
if (version == null) {
throw new MojoExecutionException(
"Unable to find '%s' dependnecy. Please ensure JUnit is correctly configured.".formatted(id));
"Unable to find '%s' dependency. Please ensure JUnit is correctly configured.".formatted(id));
}
return version;
}