X-Git-Url: https://git.nmode.ca/signal-cli/blobdiff_plain/2c86b0bd9a7abfd4a751fc1d6ab723d3a2c54c8a..2517919c49ccf3ed3c4bfa90782a4afa54fbf547:/build.gradle diff --git a/build.gradle b/build.gradle index 907fb8f7..1bf3b6e7 100644 --- a/build.gradle +++ b/build.gradle @@ -5,15 +5,15 @@ sourceCompatibility = "1.8"; mainClassName = 'cli.Main' -version = '0.0.4' +version = '0.0.5' repositories { mavenCentral() } dependencies { - compile 'org.whispersystems:textsecure-java:1.8.1' - compile 'com.madgag.spongycastle:prov:1.52.0.0' + compile 'org.whispersystems:textsecure-java:1.8.3' + compile 'com.madgag.spongycastle:prov:1.53.0.0' compile 'commons-io:commons-io:2.4' compile 'net.sourceforge.argparse4j:argparse4j:0.5.0' }