X-Git-Url: https://git.nmode.ca/signal-cli/blobdiff_plain/6b02b1076cab8c902de8cca8c81611c80abc6c2a..ee5b85d0e7bf95ce3dfbfa0ce5e076b27e52a29b:/build.gradle diff --git a/build.gradle b/build.gradle index 609f8bfb..8b097612 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.8' +version = '0.7.0' compileJava.options.encoding = 'UTF-8' @@ -17,10 +17,10 @@ repositories { } dependencies { - implementation 'com.github.turasa:signal-service-java:2.15.3_unofficial_11' - implementation 'org.bouncycastle:bcprov-jdk15on:1.66' + implementation 'com.github.turasa:signal-service-java:2.15.3_unofficial_15' + implementation 'org.bouncycastle:bcprov-jdk15on:1.67' implementation 'net.sourceforge.argparse4j:argparse4j:0.8.1' - implementation 'com.github.hypfvieh:dbus-java:3.2.2' + implementation 'com.github.hypfvieh:dbus-java:3.2.4' implementation 'org.slf4j:slf4j-nop:1.7.30' }