This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new c57f670  add explicit dependency on commons-lang3 and update version 
(#196)
c57f670 is described below

commit c57f670274111244877556426611f3ef789581cf
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Mon Jun 12 09:11:20 2023 -0400

    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 ffd6c91..cfffc61 100644
--- a/pom.xml
+++ b/pom.xml
@@ -206,6 +206,11 @@ under the License.
       <scope>runtime</scope>
     </dependency>
 
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-lang3</artifactId>
+      <version>3.12.0</version>
+    </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>

Reply via email to