From bbd0d4562ea395313652ea95997531813acfa394 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Jul 2025 02:13:33 +0000 Subject: [PATCH] build(deps): bump org.apache.commons:commons-lang3 from 3.10 to 3.18.0 Bumps org.apache.commons:commons-lang3 from 3.10 to 3.18.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-lang3 dependency-version: 3.18.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- agent/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/build.gradle b/agent/build.gradle index 608bd024..64c942dc 100644 --- a/agent/build.gradle +++ b/agent/build.gradle @@ -54,7 +54,7 @@ dependencies { implementation "org.javassist:javassist:${javassistVersion}" implementation 'org.reflections:reflections:0.9.11' implementation 'net.bytebuddy:byte-buddy:1.14.10' - implementation 'org.apache.commons:commons-lang3:3.10' + implementation 'org.apache.commons:commons-lang3:3.18.0' implementation 'commons-io:commons-io:2.15.1' implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.13.2' implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.4.2'