This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch guice in repository https://gitbox.apache.org/repos/asf/maven-changelog-plugin.git
The following commit(s) were added to refs/heads/guice by this push: new 06dae39 Switch to commons lang3 06dae39 is described below commit 06dae39f5406e78b21e9da2ec97fd09a4031d91e Author: Elliotte Rusty Harold <elh...@ibiblio.org> AuthorDate: Mon Dec 16 18:21:28 2024 -0500 Switch to commons lang3 --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index cec19aa..e0f8d20 100644 --- a/pom.xml +++ b/pom.xml @@ -214,6 +214,11 @@ under the License. </exclusion> </exclusions> </dependency> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> + <version>3.17.0</version> + </dependency> <!-- doxia --> <dependency>