From 1f475c8b3a7183e02d38a34ce71a127d99636917 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 04:22:27 +0000 Subject: [PATCH] Bump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0 Bumps org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-lang3 dependency-version: 3.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e774e3bcbdf..3c72bd3622a 100644 --- a/build.gradle +++ b/build.gradle @@ -224,7 +224,7 @@ dependencies { implementation group: 'org.springframework', name: 'spring-web', version:'6.2.12' implementation group: 'org.springframework', name: 'spring-beans', version:'6.2.12' implementation group: 'org.springframework', name: 'spring-core', version:'6.2.12' - implementation group: 'org.apache.commons', name: 'commons-lang3', version:'3.19.0' + implementation group: 'org.apache.commons', name: 'commons-lang3', version:'3.20.0' implementation group: 'xalan', name: 'serializer', version: '2.7.3' implementation('org.apache.xmlgraphics:fop:2.11') {