X-Git-Url: https://git.nmode.ca/signal-cli/blobdiff_plain/9aa13e92fed26cb2cc5c90045becac9e1502b36c..d11c66c944c680640cfaa6b351c93bc2d78dd352:/build.gradle diff --git a/build.gradle b/build.gradle index ecd2a889..0ef6e03c 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ targetCompatibility = JavaVersion.VERSION_1_8 mainClassName = 'org.asamk.signal.Main' -version = '0.6.3' +version = '0.6.4' compileJava.options.encoding = 'UTF-8' @@ -20,8 +20,8 @@ repositories { } dependencies { - compile 'com.github.turasa:signal-service-java:2.13.7_unofficial_1' - compile 'org.bouncycastle:bcprov-jdk15on:1.62' + compile 'com.github.turasa:signal-service-java:2.13.9_unofficial_1' + compile 'org.bouncycastle:bcprov-jdk15on:1.64' compile 'net.sourceforge.argparse4j:argparse4j:0.8.1' compile 'org.freedesktop.dbus:dbus-java:2.7.0' }