X-Git-Url: https://git.nmode.ca/signal-cli/blobdiff_plain/6c4d272309c7f7f8e42ecf1070e561a321e6c5f0..32c4086d1a05bbc02d25cf25ac1067d58836522a:/build.gradle diff --git a/build.gradle b/build.gradle index 0f7c9a84..8c5a7655 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ targetCompatibility = JavaVersion.VERSION_11 mainClassName = 'org.asamk.signal.Main' -version = '0.6.8' +version = '0.7.3' compileJava.options.encoding = 'UTF-8' @@ -17,11 +17,11 @@ repositories { } dependencies { - implementation 'com.github.turasa:signal-service-java:2.15.3_unofficial_13' - implementation 'org.bouncycastle:bcprov-jdk15on:1.66' + implementation 'com.github.turasa:signal-service-java:2.15.3_unofficial_16' + implementation 'org.bouncycastle:bcprov-jdk15on:1.68' implementation 'net.sourceforge.argparse4j:argparse4j:0.8.1' - implementation 'com.github.hypfvieh:dbus-java:3.2.3' - implementation 'org.slf4j:slf4j-nop:1.7.30' + implementation 'com.github.hypfvieh:dbus-java:3.2.4' + implementation 'org.slf4j:slf4j-simple:1.7.30' } jar {