Skip to content

Commit

Permalink
Merge branch '3.0.x' into 3.1.x
Browse files Browse the repository at this point in the history
Closes gh-36966
  • Loading branch information
snicoll committed Aug 14, 2023
2 parents 8ce6002 + df7f880 commit 0cf21b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ private String getJUnitPlatformVersion() throws MojoExecutionException {
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;
}
Expand Down

0 comments on commit 0cf21b2

Please sign in to comment.