SOLR-2982: increase commons-codec version

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1225233 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2011-12-28 16:59:19 +00:00
parent b685c0baaa
commit a1a8eda2cd
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.5</version>
<version>1.6</version>
</dependency>
<dependency>
<groupId>commons-collections</groupId>