diff --git a/trie4j/pom.xml b/trie4j/pom.xml index d567e30..275f2be 100644 --- a/trie4j/pom.xml +++ b/trie4j/pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.github.takawitter trie4j - 0.9.6 + 0.9.7 Trie4J jar Various TRIE implementation including DoubleArray and LOUDS by Java.