From c57f670274111244877556426611f3ef789581cf Mon Sep 17 00:00:00 2001 From: Elliotte Rusty Harold Date: Mon, 12 Jun 2023 09:11:20 -0400 Subject: [PATCH] add explicit dependency on commons-lang3 and update version (#196) --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index ffd6c916..cfffc615 100644 --- a/pom.xml +++ b/pom.xml @@ -206,6 +206,11 @@ under the License. runtime + + org.apache.commons + commons-lang3 + 3.12.0 + org.codehaus.plexus plexus-utils