Skip to content

Commit 8b6c80d

Browse files
committed
Merge branch '3.3.x'
2 parents 1edb1b0 + 21a6457 commit 8b6c80d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2244,7 +2244,7 @@ bom {
22442244
javadoc(version -> "https://docs.spring.io/spring-security/site/docs/%s/api"
22452245
.formatted(version.forMajorMinorGeneration()), "org.springframework.security")
22462246
docs(version -> "https://docs.spring.io/spring-security/reference/%s"
2247-
.formatted(version.forAntora()), "org.springframework.security")
2247+
.formatted(version.forAntora()))
22482248
releaseNotes("https://github.com/spring-projects/spring-security/releases/tag/{version}")
22492249
}
22502250
}

0 commit comments

Comments
 (0)