Upgrade jndn to version 0.24
Change-Id: I9a8c07217f656d67f7838b0310080807d6c703e9
diff --git a/build.gradle b/build.gradle
index 0a5c50d..4d059fe 100644
--- a/build.gradle
+++ b/build.gradle
@@ -36,12 +36,12 @@
}
dependencies {
- compile 'net.named-data:jndn:0.17'
+ compile 'net.named-data:jndn:0.24'
testCompile 'junit:junit:4.12'
- testRuntime 'org.slf4j:slf4j-api:1.7.25'
+ testRuntime 'org.slf4j:slf4j-api:1.7.30'
- checkstyleConfig "com.puppycrawl.tools:checkstyle:8.11"
+ checkstyleConfig 'com.puppycrawl.tools:checkstyle:8.23'
}
task javadocJar(type: Jar) {