You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2021/03/02 08:42:07 UTC

[myfaces-tobago] branch master updated: chore(deps): bump commons-lang3 from 3.11 to 3.12.0

This is an automated email from the ASF dual-hosted git repository.

bommel pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


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

commit c9519b1e08a31fbf5b419111d227701cc710c239
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Mar 2 06:48:19 2021 +0000

    chore(deps): 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 5b65b0c..ab039c4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -427,7 +427,7 @@
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-lang3</artifactId>
-        <version>3.11</version>
+        <version>3.12.0</version>
       </dependency>
       <dependency>
         <groupId>commons-beanutils</groupId>