You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2017/10/09 21:35:43 UTC

svn commit: r1811612 - /commons/proper/codec/trunk/pom.xml

Author: ggregory
Date: Mon Oct  9 21:35:43 2017
New Revision: 1811612

URL: http://svn.apache.org/viewvc?rev=1811612&view=rev
Log:
Update tests from Apache Commons Lang 3.4 to 3.5.

Modified:
    commons/proper/codec/trunk/pom.xml

Modified: commons/proper/codec/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/pom.xml?rev=1811612&r1=1811611&r2=1811612&view=diff
==============================================================================
--- commons/proper/codec/trunk/pom.xml (original)
+++ commons/proper/codec/trunk/pom.xml Mon Oct  9 21:35:43 2017
@@ -217,7 +217,7 @@ limitations under the License.
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>
-      <version>3.4</version>
+      <version>3.5</version>
       <scope>test</scope>
     </dependency>
   </dependencies>