diff --git a/modules/jarjar/build.gradle b/modules/jarjar/build.gradle index 955479ecf30..cb8ed84c8e2 100644 --- a/modules/jarjar/build.gradle +++ b/modules/jarjar/build.gradle @@ -6,7 +6,7 @@ dependencies { runtime 'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.2' runtime 'com.google.guava:guava:r09' runtime 'org.elasticsearch:es-trove:3.0.0rc2' - runtime 'org.elasticsearch:es-jsr166y:20110209' + runtime 'org.elasticsearch:es-jsr166y:20110710' runtime 'commons-codec:commons-codec:1.5'