From fc19cffc9d899caf27582cc75e7534e599fc5783 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 02:08:17 +0000 Subject: [PATCH] Bump org.apache.commons:commons-lang3 from 3.10 to 3.17.0 Bumps org.apache.commons:commons-lang3 from 3.10 to 3.17.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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 059f5dd..5802e89 100644 --- a/build.gradle +++ b/build.gradle @@ -163,7 +163,7 @@ dependencies { // Apache Commons (Apache 2.0) implementation group: 'commons-transaction', name: 'commons-transaction', version: '1.2' implementation group: 'org.apache.commons', name: 'commons-collections4', version: '4.4' - implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.10' + implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.17.0' implementation group: 'commons-codec', name: 'commons-codec', version: '1.14' // Google GUAVA (Apache 2.0) implementation group: 'com.google.guava', name: 'guava', version: '29.0-jre'