X-Git-Url: https://git.nmode.ca/signal-cli/blobdiff_plain/625034b2d2e43346cf77a02b4c987dbd87c1adce..d11c66c944c680640cfaa6b351c93bc2d78dd352:/build.gradle diff --git a/build.gradle b/build.gradle index 56d67bfd..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.8_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' }