From eef8036b191eda6fc48262c2e5a33f3f582edd44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 00:33:55 +0000 Subject: [PATCH] Bump org.apache.commons:commons-lang3 from 3.1 to 3.20.0 Bumps org.apache.commons:commons-lang3 from 3.1 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 b5b410d..ebc721f 100644 --- a/build.gradle +++ b/build.gradle @@ -329,7 +329,7 @@ dependencies { // TODO DEPS the annotation api is needed for // a couple of SDK compiled classes in mobu/runner that should be factored out implementation('javax.annotation:javax.annotation-api:1.3.2') - implementation('org.apache.commons:commons-lang3:3.1') + implementation('org.apache.commons:commons-lang3:3.20.0') implementation('org.apache.velocity:velocity:1.7') implementation('org.ini4j:ini4j:0.5.2') implementation('com.sun.codemodel:codemodel:2.4.1')