You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bval.apache.org by rm...@apache.org on 2018/04/09 12:14:39 UTC

bval git commit: BVAL-156 upgrade to commons lang3 3.7

Repository: bval
Updated Branches:
  refs/heads/master cd050cfef -> f2bbe419f


BVAL-156 upgrade to commons lang3 3.7


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

Branch: refs/heads/master
Commit: f2bbe419fc4b3d8f3a558f795148925c2c31267b
Parents: cd050cf
Author: Romain Manni-Bucau <rm...@gmail.com>
Authored: Mon Apr 9 14:14:30 2018 +0200
Committer: Romain Manni-Bucau <rm...@gmail.com>
Committed: Mon Apr 9 14:14:30 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/bval/blob/f2bbe419/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 470ddd0..39d2f45 100644
--- a/pom.xml
+++ b/pom.xml
@@ -320,7 +320,7 @@
             <dependency>
                 <groupId>org.apache.commons</groupId>
                 <artifactId>commons-lang3</artifactId>
-                <version>3.5</version>
+                <version>3.7</version>
                 <optional>true</optional>
             </dependency>
             <dependency>