This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch used in repository https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git
commit f546b06b82ae5b71cd1d860c3907420e51be4305 Author: Elliotte Rusty Harold <[email protected]> AuthorDate: Sun Jun 11 21:10:42 2023 -0400 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 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>
