Skip to content

Commit 48bc3b6

Browse files
committed
Merge branch '3.3.x'
Closes gh-43428
2 parents c9921b8 + 589697a commit 48bc3b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

+2-1
Original file line numberDiff line numberDiff line change
@@ -1089,7 +1089,8 @@ bom {
10891089
}
10901090
links {
10911091
site("https://junit.org/junit5")
1092-
javadoc("https://junit.org/junit5/docs/{version}/api", "org.junit.jupiter.api", "org.junit.platform")
1092+
javadoc("junit-platform-engine", version -> "https://junit.org/junit5/docs/%s/api/org.junit.platform.engine".formatted(version), "org.junit.platform")
1093+
javadoc("junit-jupiter-api", version -> "https://junit.org/junit5/docs/%s/api/org.junit.jupiter.api".formatted(version), "org.junit.jupiter.api")
10931094
docs("https://junit.org/junit5/docs/{version}/user-guide")
10941095
releaseNotes("https://junit.org/junit5/docs/{version}/release-notes")
10951096
}

0 commit comments

Comments
 (0)