From a99eb5d5f67efca5d2f46aefb49658cac0dbb0ef Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Sat, 14 Jul 2018 15:08:02 -0700 Subject: [PATCH] Updated deps. --- kobalt/src/Build.kt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/kobalt/src/Build.kt b/kobalt/src/Build.kt index 8a1af6d..470b118 100644 --- a/kobalt/src/Build.kt +++ b/kobalt/src/Build.kt @@ -62,9 +62,9 @@ val p = project { "org.apache.logging.log4j:log4j-slf4j-impl:jar:2.11.0") compile("commons-cli:commons-cli:1.4", "commons-net:commons-net:3.6") - compile("com.squareup.okhttp3:okhttp:3.10.0") + compile("com.squareup.okhttp3:okhttp:3.11.0") - compile("com.rometools:rome:1.10.0") + compile("com.rometools:rome:1.11.0") compile("org.json:json:20180130") compile("org.ostermiller:utils:1.07.00") @@ -74,11 +74,12 @@ val p = project { compile("org.twitter4j:twitter4j-core:4.0.6") compile("net.thauvin.erik:pinboard-poster:1.0.0") - // https://bitbucket.org/akapribot/owm-japis/ - compile(file("lib/owm-japis-2.5.0.5.jar")) + compile("net.aksingh:owm-japis:2.5.2.2") apt(processorJar) compileOnly(processorJar) + + compileOnly("com.github.spotbugs:spotbugs-annotations:3.1.5") } dependenciesTest {