This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git
commit 6740068e7491543fb0c638ba2bd592d80ab4058e Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Sun Dec 20 01:31:11 2020 +0100 Bump commons-lang3 from 3.6 to 3.11 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1d60424..5eebf01 100644 --- a/pom.xml +++ b/pom.xml @@ -113,7 +113,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.6</version> + <version>3.11</version> </dependency> <dependency> <groupId>commons-io</groupId>
