X-Git-Url: https://git.nmode.ca/signal-cli/blobdiff_plain/063f2fb2944a94e0a84863df5ee001e62217d64c..2171f43fe3469f3bd33ce2540b683bdd0b5637aa:/build.gradle diff --git a/build.gradle b/build.gradle index 19882c3d..0607c12b 100644 --- a/build.gradle +++ b/build.gradle @@ -2,12 +2,12 @@ apply plugin: 'java' apply plugin: 'application' apply plugin: 'eclipse' -sourceCompatibility = JavaVersion.VERSION_1_8 -targetCompatibility = JavaVersion.VERSION_1_8 +sourceCompatibility = JavaVersion.VERSION_11 +targetCompatibility = JavaVersion.VERSION_11 mainClassName = 'org.asamk.signal.Main' -version = '0.6.7' +version = '0.6.10' compileJava.options.encoding = 'UTF-8' @@ -17,10 +17,10 @@ repositories { } dependencies { - implementation 'com.github.turasa:signal-service-java:2.15.3_unofficial_10' - implementation 'org.bouncycastle:bcprov-jdk15on:1.65' + implementation 'com.github.turasa:signal-service-java:2.15.3_unofficial_14' + implementation 'org.bouncycastle:bcprov-jdk15on:1.66' implementation 'net.sourceforge.argparse4j:argparse4j:0.8.1' - implementation 'com.github.hypfvieh:dbus-java:3.2.1' + implementation 'com.github.hypfvieh:dbus-java:3.2.3' implementation 'org.slf4j:slf4j-nop:1.7.30' }