From a2fc08f997e4e36eae67d35d5ac5211ae145b830 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 3 Jun 2026 16:37:45 +0200 Subject: [PATCH] Upgrade to Jaxen 2.0.5 Closes gh-50687 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index a168ab8b2cd..79ea3fff9f5 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -962,7 +962,7 @@ bom { ] } } - library("Jaxen", "2.0.3") { + library("Jaxen", "2.0.5") { group("jaxen") { modules = [ "jaxen"