From 3e0bef10d75f2d99ea4cb5b8ecbecbdfdcaed77e Mon Sep 17 00:00:00 2001 From: erik Date: Fri, 23 Oct 2015 17:58:36 -0700 Subject: [PATCH] Updated libraries dependencies. More code cleanup. --- build.gradle | 10 ++--- mobibot.iml | 12 +++--- mobibot.ipr | 41 ++++++++++--------- .../net/thauvin/erik/mobibot/Commands.java | 2 +- .../erik/mobibot/CurrencyConverter.java | 2 +- .../thauvin/erik/mobibot/DeliciousPoster.java | 39 +++++++++--------- .../java/net/thauvin/erik/mobibot/Dice.java | 2 +- .../net/thauvin/erik/mobibot/EntriesMgr.java | 2 +- .../net/thauvin/erik/mobibot/EntryLink.java | 2 +- .../net/thauvin/erik/mobibot/FeedReader.java | 2 +- .../thauvin/erik/mobibot/GoogleSearch.java | 2 +- .../java/net/thauvin/erik/mobibot/Joke.java | 2 +- .../java/net/thauvin/erik/mobibot/Lookup.java | 5 +-- .../net/thauvin/erik/mobibot/Mobibot.java | 5 +-- .../net/thauvin/erik/mobibot/StockQuote.java | 2 +- .../net/thauvin/erik/mobibot/TellMessage.java | 1 - .../thauvin/erik/mobibot/TellMessagesMgr.java | 4 +- .../net/thauvin/erik/mobibot/Twitter.java | 2 +- .../java/net/thauvin/erik/mobibot/Utils.java | 2 +- .../java/net/thauvin/erik/mobibot/War.java | 2 +- .../net/thauvin/erik/mobibot/Weather.java | 2 +- .../net/thauvin/erik/mobibot/WorldTime.java | 2 +- 22 files changed, 71 insertions(+), 74 deletions(-) diff --git a/build.gradle b/build.gradle index 2d9aedc..6ec828b 100644 --- a/build.gradle +++ b/build.gradle @@ -22,8 +22,8 @@ dependencies { compile 'pircbot:pircbot:1.5.0' - compile 'commons-codec:commons-codec:1.9' - compile 'commons-logging:commons-logging:1.1.3' + compile 'commons-codec:commons-codec:1.10' + compile 'commons-logging:commons-logging:1.2' compile 'commons-net:commons-net:1.4.1' compile 'commons-cli:commons-cli:1.2' compile 'commons-httpclient:commons-httpclient:3.1' @@ -31,16 +31,16 @@ dependencies { compile 'oro:oro:2.0.8' compile 'org.jdom:jdom:1.1.3' - compile 'org.jsoup:jsoup:1.7.3' + compile 'org.jsoup:jsoup:1.8.3' compile 'rome:rome:1.0@jar' compile 'rome:rome-fetcher:1.0@jar' - compile 'org.json:json:20140107' + compile 'org.json:json:20150729' compile 'org.ostermiller:utils:1.07.00' compile 'net.sourceforge.jweather:jweather:0.3.0@jar' compile 'de.congrace:exp4j:0.3.11' - compile 'org.twitter4j:twitter4j-core:4.0.1' + compile 'org.twitter4j:twitter4j-core:4.0.4' compile 'net.sf.delicious-java:delicious:1.14' //compile fileTree(dir: 'lib', include: '*.jar') diff --git a/mobibot.iml b/mobibot.iml index a27a6a5..8fd6862 100644 --- a/mobibot.iml +++ b/mobibot.iml @@ -16,21 +16,21 @@ - - - - - - + + + + + + \ No newline at end of file diff --git a/mobibot.ipr b/mobibot.ipr index 17973d7..085dfb5 100644 --- a/mobibot.ipr +++ b/mobibot.ipr @@ -169,9 +169,10 @@