This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch refactor-test in repository https://gitbox.apache.org/repos/asf/maven-help-plugin.git
commit 7fbc796cf460678e6b954d3be7056a6a1debd1fa Author: Sylwester Lachiewicz <slachiew...@apache.org> AuthorDate: Tue Jan 12 23:09:39 2021 +0100 Bump commons-lang3 to 3.8.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2e9ba4b..1efa830 100644 --- a/pom.xml +++ b/pom.xml @@ -168,7 +168,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.7</version> + <version>3.8.1</version> <!-- commons-lang3 > 3.8.1 requires at least Java 8 --> </dependency> <!-- test -->