Skip to content

Commit df7f880

Browse files
committed
Merge pull request #36964 from normandra
* pr/36964: Fix typo Closes gh-36964
2 parents 82b0666 + 62902a7 commit df7f880

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/main/java/org/springframework/boot/maven

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/main/java/org/springframework/boot/maven/ProcessTestAotMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ private String getJUnitPlatformVersion() throws MojoExecutionException {
172172
String version = (platformCommonsArtifact != null) ? platformCommonsArtifact.getBaseVersion() : null;
173173
if (version == null) {
174174
throw new MojoExecutionException(
175-
"Unable to find '%s' dependnecy. Please ensure JUnit is correctly configured.".formatted(id));
175+
"Unable to find '%s' dependency. Please ensure JUnit is correctly configured.".formatted(id));
176176
}
177177
return version;
178178
}

0 commit comments

Comments
 (0)