diff --git a/build.gradle b/build.gradle index c4c58ab..3a00d21 100644 --- a/build.gradle +++ b/build.gradle @@ -54,22 +54,22 @@ dependencies { compile 'commons-codec:commons-codec:1.10' compile 'commons-logging:commons-logging:1.2' - compile 'commons-net:commons-net:3.5' - compile 'commons-cli:commons-cli:1.3.1' + compile 'commons-net:commons-net:3.6' + compile 'commons-cli:commons-cli:1.4' compile 'commons-httpclient:commons-httpclient:3.1' compile 'oro:oro:2.0.8' - compile 'org.jsoup:jsoup:1.10.1' - compile 'com.rometools:rome:1.7.0' - compile 'org.slf4j:slf4j-log4j12:1.7.21' + compile 'org.jsoup:jsoup:1.10.2' + compile 'com.rometools:rome:1.7.1' + compile 'org.slf4j:slf4j-log4j12:1.7.25' compile 'org.json:json:20160810' compile 'org.ostermiller:utils:1.07.00' compile 'net.sourceforge.jweather:jweather:0.3.0@jar' - compile 'net.objecthunter:exp4j:0.4.7' + compile 'net.objecthunter:exp4j:0.4.8' - compile 'org.twitter4j:twitter4j-core:4.0.5' + compile 'org.twitter4j:twitter4j-core:4.0.6' compile 'net.sf.delicious-java:delicious:1.14' compile files('lib/owm-japis-2.5.0.5.jar') diff --git a/src/generated/java/net/thauvin/erik/mobibot/ReleaseInfo.java b/src/generated/java/net/thauvin/erik/mobibot/ReleaseInfo.java index d1e5ca5..4ec5102 100644 --- a/src/generated/java/net/thauvin/erik/mobibot/ReleaseInfo.java +++ b/src/generated/java/net/thauvin/erik/mobibot/ReleaseInfo.java @@ -13,9 +13,9 @@ import java.time.*; * Annotation Processor */ public final class ReleaseInfo { - private final static String buildmeta = "014"; + private final static String buildmeta = "015"; private final static LocalDateTime date = - LocalDateTime.ofInstant(Instant.ofEpochMilli(1491184254508L), ZoneId.systemDefault()); + LocalDateTime.ofInstant(Instant.ofEpochMilli(1491187126281L), ZoneId.systemDefault()); private final static int major = 0; private final static int minor = 7; private final static int patch = 0; diff --git a/version.properties b/version.properties index 16901a5..1dcf088 100644 --- a/version.properties +++ b/version.properties @@ -5,4 +5,4 @@ version.major=0 version.minor=7 version.patch=0 version.prerelease=beta -version.buildmeta=014 +version.buildmeta=015