We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1edb1b0 + 21a6457 commit 8b6c80dCopy full SHA for 8b6c80d
spring-boot-project/spring-boot-dependencies/build.gradle
@@ -2244,7 +2244,7 @@ bom {
2244
javadoc(version -> "https://docs.spring.io/spring-security/site/docs/%s/api"
2245
.formatted(version.forMajorMinorGeneration()), "org.springframework.security")
2246
docs(version -> "https://docs.spring.io/spring-security/reference/%s"
2247
- .formatted(version.forAntora()), "org.springframework.security")
+ .formatted(version.forAntora()))
2248
releaseNotes("https://github.com/spring-projects/spring-security/releases/tag/{version}")
2249
}
2250
0 commit comments