From 5e896bc36a5f303fae27787b4a23b3fbb674c04d Mon Sep 17 00:00:00 2001 From: Andrew Azores Date: Tue, 1 Oct 2024 15:42:07 -0400 Subject: [PATCH] build(commons): add missing commons-lang dep which is used via transitive import (#497) --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index e8251b44..aba2da4a 100644 --- a/pom.xml +++ b/pom.xml @@ -79,6 +79,7 @@ 4.0.0-SNAPSHOT + 3.14.0 2.16.1 4.5.14 ${org.apache.httpcomponents.httpclient.version} @@ -192,6 +193,11 @@ protobuf-java ${com.google.protobuf-java.version} + + org.apache.commons + commons-lang3 + ${org.apache.commons.lang3.version} + commons-io commons-io