From 39b5255d292116f579b795277bcb2ce121851835 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 18:26:48 +0000 Subject: [PATCH] Bump org.apache.commons:commons-lang3 from 3.1 to 3.19.0 Bumps org.apache.commons:commons-lang3 from 3.1 to 3.19.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-lang3 dependency-version: 3.19.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 e307171..3138a6c 100644 --- a/build.gradle +++ b/build.gradle @@ -338,7 +338,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.19.0') implementation('org.apache.velocity:velocity:1.7') implementation('org.ini4j:ini4j:0.5.2') implementation('com.sun.codemodel:codemodel:2.4.1')