Skip to content

Commit

Permalink
Merge pull request #43439 from ngocnhan-tran1996
Browse files Browse the repository at this point in the history
* pr/43439:
  Fix logback javadoc

Closes gh-43439
  • Loading branch information
snicoll committed Dec 10, 2024
2 parents 4ffb185 + a96b91f commit 68b5b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spring-boot-project/spring-boot-dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -1217,7 +1217,7 @@ bom {
}
links {
site("https://logback.qos.ch")
javadoc("https://logback.qos.ch/apidocs", "ch.qos.logback")
javadoc("https://logback.qos.ch/apidocs/ch.qos.logback.core", "ch.qos.logback")
}
}
library("Lombok", "1.18.36") {
Expand Down

0 comments on commit 68b5b95

Please sign in to comment.