You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by am...@apache.org on 2017/03/16 17:54:24 UTC

[2/2] struts git commit: WW-4748 Upgrade commons-lang3 to 3.5

WW-4748 Upgrade commons-lang3 to 3.5


Project: http://git-wip-us.apache.org/repos/asf/struts/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/c83e07ec
Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/c83e07ec
Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/c83e07ec

Branch: refs/heads/master
Commit: c83e07ec4605de7169ab7c87d152f0ee9a790fac
Parents: d7069fc
Author: Aleksandr Mashchenko <am...@apache.org>
Authored: Thu Mar 16 19:53:33 2017 +0200
Committer: Aleksandr Mashchenko <am...@apache.org>
Committed: Thu Mar 16 19:53:33 2017 +0200

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts/blob/c83e07ec/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2468969..70d4150 100644
--- a/pom.xml
+++ b/pom.xml
@@ -718,7 +718,7 @@
             <dependency>
                 <groupId>org.apache.commons</groupId>
                 <artifactId>commons-lang3</artifactId>
-                <version>3.4</version>
+                <version>3.5</version>
             </dependency>
             <dependency>
                 <groupId>commons-digester</groupId>