You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/12/20 01:34:41 UTC

[maven-jlink-plugin] 02/07: Bump commons-lang3 from 3.6 to 3.11

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 <sl...@apache.org>
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>