Updated dependencies.

This commit is contained in:
Erik C. Thauvin 2017-04-02 19:39:06 -07:00
parent 38852c29ed
commit 312c0b572f
3 changed files with 10 additions and 10 deletions

View file

@ -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')

View file

@ -13,9 +13,9 @@ import java.time.*;
* Annotation Processor</a>
*/
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;

View file

@ -5,4 +5,4 @@ version.major=0
version.minor=7
version.patch=0
version.prerelease=beta
version.buildmeta=014
version.buildmeta=015