From 7bbc127b717d3ed662d08be7f3dc0ba681038af3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 02:58:32 +0000 Subject: [PATCH] fix(deps): update dependency org.apache.commons:commons-lang3 to v3.20.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 528dee6..1dc2ada 100644 --- a/build.gradle +++ b/build.gradle @@ -70,7 +70,7 @@ configurations.all { } // workaround vulnerable apache commons versions (transitive of commons-text) if (requested.group == 'org.apache.commons' && requested.name == 'commons-lang3') { - useTarget("org.apache.commons:commons-lang3:3.18.0") + useTarget("org.apache.commons:commons-lang3:3.20.0") } if (requested.group == 'org.apache.commons' && requested.name == 'commons-compress') { useTarget("org.apache.commons:commons-compress:1.28.0")