You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2015/12/16 20:57:16 UTC

svn commit: r1720426 - /commons/proper/weaver/trunk/parent/pom.xml

Author: mbenson
Date: Wed Dec 16 19:57:16 2015
New Revision: 1720426

URL: http://svn.apache.org/viewvc?rev=1720426&view=rev
Log:
upgrade commons-lang and junit

Modified:
    commons/proper/weaver/trunk/parent/pom.xml

Modified: commons/proper/weaver/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/weaver/trunk/parent/pom.xml?rev=1720426&r1=1720425&r2=1720426&view=diff
==============================================================================
--- commons/proper/weaver/trunk/parent/pom.xml (original)
+++ commons/proper/weaver/trunk/parent/pom.xml Wed Dec 16 19:57:16 2015
@@ -158,7 +158,7 @@ under the License.
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-lang3</artifactId>
-        <version>3.3.2</version>
+        <version>3.4</version>
       </dependency>
       <dependency>
         <groupId>org.apache.commons</groupId>
@@ -203,7 +203,7 @@ under the License.
       <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
-        <version>4.11</version>
+        <version>4.12</version>
         <scope>test</scope>
       </dependency>
       <dependency>