Skip to content

Commit 2838cd5

Browse files
committed
Fix changelog location for Commons Lang3
Closes gh-46452
1 parent 8f8d406 commit 2838cd5

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
@@ -244,7 +244,7 @@ bom {
244244
}
245245
links {
246246
site("https://commons.apache.org/proper/commons-lang")
247-
releaseNotes("https://commons.apache.org/proper/commons-lang/changes-report.html#a{version}")
247+
releaseNotes("https://commons.apache.org/proper/commons-lang/changes.html#a{version}")
248248
}
249249
}
250250
library("Commons Pool", "1.6") {

0 commit comments

Comments
 (0)