From 9671e149ba15896b5c86b532ae685107cdb041c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 28 Jul 2025 13:51:30 +0200 Subject: [PATCH] Adapt release notes link for Commons Codec Closes gh-46528 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index f783622c698..a989c3afe47 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -220,7 +220,7 @@ bom { } links { site("https://commons.apache.org/proper/commons-codec") - releaseNotes("https://commons.apache.org/proper/commons-codec/changes-report.html#a{version}") + releaseNotes("https://commons.apache.org/proper/commons-codec/changes.html#a{version}") } } library("Commons DBCP2", "2.12.0") {