From e18be3acae5f50c66d9b61f9bb03fafdf2ba6892 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 28 Jul 2025 14:03:32 +0200 Subject: [PATCH] Adapt release notes link for Selenium HtmlUnit Closes gh-46531 --- 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 d33edf092fa..6ae5cb761c0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2045,7 +2045,7 @@ bom { } links { site("https://github.com/SeleniumHQ/htmlunit-driver") - releaseNotes("https://github.com/SeleniumHQ/htmlunit-driver/releases/tag/htmlunit-driver-{version}") + releaseNotes("https://github.com/SeleniumHQ/htmlunit-driver/releases/tag/{version}") } } library("SendGrid", "4.10.3") {