From f546b06b82ae5b71cd1d860c3907420e51be4305 Mon Sep 17 00:00:00 2001 From: Elliotte Rusty Harold Date: Sun, 11 Jun 2023 21:10:42 -0400 Subject: [PATCH] add explicit dependency on commons-lang3 and update version --- 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