From febbcfc089afa444a2e900fc0650e8d39f48b270 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Sat, 18 Apr 2026 08:18:36 +0200 Subject: [PATCH] Upgrade to Jaxen 2.0.1 Closes gh-50109 --- 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 7ce8f0eb896..780c33973c6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -992,7 +992,7 @@ bom { ] } } - library("Jaxen", "2.0.0") { + library("Jaxen", "2.0.1") { group("jaxen") { modules = [ "jaxen"