Bump to java-statsd-client 3.1.1 which is built for JDK7 and 8

This commit is contained in:
R. Tyler Croy 2015-01-26 05:15:43 -08:00
parent d76a7d8e8f
commit dd1b3322a4
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ dependencies {
/* Needed for command line options parsing */
compile 'commons-cli:commons-cli:1.2+'
compile 'com.timgroup:java-statsd-client:3.1.0+'
compile 'com.timgroup:java-statsd-client:3.1.1+'
/* Logback is to be used for logging through the app */
compile 'ch.qos.logback:logback-classic:1.1.2+'