Author: painter
Date: Wed Oct 24 13:20:13 2018
New Revision: 1844768

URL: http://svn.apache.org/viewvc?rev=1844768&view=rev
Log:
Update commons-lang3

Modified:
    turbine/fulcrum/trunk/security/memory/pom.xml

Modified: turbine/fulcrum/trunk/security/memory/pom.xml
URL: 
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/security/memory/pom.xml?rev=1844768&r1=1844767&r2=1844768&view=diff
==============================================================================
--- turbine/fulcrum/trunk/security/memory/pom.xml (original)
+++ turbine/fulcrum/trunk/security/memory/pom.xml Wed Oct 24 13:20:13 2018
@@ -62,12 +62,13 @@
     </build>
 
     <dependencies>
-        <dependency>
-            <groupId>org.apache.commons</groupId>
-            <artifactId>commons-lang3</artifactId>
-            <version>3.5</version>
-            <scope>test</scope>
-        </dependency>
+    
+               <dependency>
+                   <groupId>org.apache.commons</groupId>
+                   <artifactId>commons-lang3</artifactId>
+                   <version>3.8.1</version>
+                   <scope>test</scope>
+               </dependency>
         <dependency>
             <groupId>org.apache.fulcrum</groupId>
             <artifactId>fulcrum-security-api</artifactId>


Reply via email to