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 2018/09/27 15:46:29 UTC

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

Author: ggregory
Date: Thu Sep 27 15:46:29 2018
New Revision: 1842106

URL: http://svn.apache.org/viewvc?rev=1842106&view=rev
Log:
Update tests from Apache Commons Lang 3.8 to 3.8.1.

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=1842106&r1=1842105&r2=1842106&view=diff
==============================================================================
--- commons/proper/codec/trunk/pom.xml (original)
+++ commons/proper/codec/trunk/pom.xml Thu Sep 27 15:46:29 2018
@@ -214,7 +214,7 @@ limitations under the License.
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>
-      <version>3.8</version>
+      <version>3.8.1</version>
       <scope>test</scope>
     </dependency>
   </dependencies>