From d061a265549cf1b8e381908802933a55bee03f74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 17:59:03 +1200 Subject: [PATCH] Bump org.apache.commons:commons-lang3 from 3.12.0 to 3.13.0 (#6908) Bumps org.apache.commons:commons-lang3 from 3.12.0 to 3.13.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-lang3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1a8f7342fc8..235c740c190 100644 --- a/build.gradle +++ b/build.gradle @@ -232,7 +232,7 @@ dependencies { implementation group: 'org.springframework', name: 'spring-web', version:'6.0.11' implementation group: 'org.springframework', name: 'spring-beans', version:'6.0.11' implementation group: 'org.springframework', name: 'spring-core', version:'6.0.11' - implementation group: 'org.apache.commons', name: 'commons-lang3', version:'3.12.0' + implementation group: 'org.apache.commons', name: 'commons-lang3', version:'3.13.0' implementation('org.apache.xmlgraphics:fop:2.8') { exclude group: 'xml-apis', module: 'xml-apis'