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 2021/03/02 07:19:25 UTC

[maven-jlink-plugin] branch master updated: Bump commons-lang3 from 3.11 to 3.12.0

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


The following commit(s) were added to refs/heads/master by this push:
     new fdc4650  Bump commons-lang3 from 3.11 to 3.12.0
fdc4650 is described below

commit fdc465006557e6e39e49cae5fe19036f0551f9da
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Mar 2 04:04:25 2021 +0000

    Bump commons-lang3 from 3.11 to 3.12.0
    
    Bumps commons-lang3 from 3.11 to 3.12.0.
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 630733b..c027440 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,7 +107,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>
-      <version>3.11</version>
+      <version>3.12.0</version>
     </dependency>
     <dependency>
       <groupId>commons-io</groupId>