From 434057e0c87992cccb173a5ce41075264b057628 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 17:14:16 +0000 Subject: [PATCH] Bump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0 Bumps org.apache.commons:commons-lang3 from 3.19.0 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] --- subprojects/plugin/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/plugin/build.gradle b/subprojects/plugin/build.gradle index 1f415a7..73f3d61 100644 --- a/subprojects/plugin/build.gradle +++ b/subprojects/plugin/build.gradle @@ -29,7 +29,7 @@ configurations { dependencies { implementation 'commons-io:commons-io:2.21.0' - implementation 'org.apache.commons:commons-lang3:3.19.0' + implementation 'org.apache.commons:commons-lang3:3.20.0' testImplementation 'org.hamcrest:hamcrest-all:1.3' testImplementation 'org.mockito:mockito-all:1.10.19'