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>