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.
1 parent 47216a8 commit 21a6457Copy full SHA for 21a6457
spring-boot-project/spring-boot-dependencies/build.gradle
@@ -2261,7 +2261,7 @@ bom {
2261
javadoc(version -> "https://docs.spring.io/spring-security/site/docs/%s/api"
2262
.formatted(version.forMajorMinorGeneration()), "org.springframework.security")
2263
docs(version -> "https://docs.spring.io/spring-security/reference/%s"
2264
- .formatted(version.forAntora()), "org.springframework.security")
+ .formatted(version.forAntora()))
2265
releaseNotes("https://github.com/spring-projects/spring-security/releases/tag/{version}")
2266
}
2267
0 commit comments