From 38d69694d1c15ceef132220017d778e2405efdb3 Mon Sep 17 00:00:00 2001 From: Rob Rudin Date: Wed, 23 Jul 2025 12:42:04 -0400 Subject: [PATCH] MLE-12345 One more Black Duck fix Dammit. --- examples/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/build.gradle b/examples/build.gradle index 38418a84e..ba3dfc93c 100644 --- a/examples/build.gradle +++ b/examples/build.gradle @@ -24,5 +24,5 @@ dependencies { // passes without this on the classpath. exclude module: "commons-beanutils" } - api 'org.apache.commons:commons-lang3:3.17.0' + api 'org.apache.commons:commons-lang3:3.18.0' }