From: AsamK Date: Fri, 11 Dec 2020 22:26:00 +0000 (+0100) Subject: Update dbus-java X-Git-Tag: v0.7.0~6 X-Git-Url: https://git.nmode.ca/signal-cli/commitdiff_plain/f6061f95dee516bcd9163460e5702bb73a5e763d?ds=sidebyside Update dbus-java --- diff --git a/build.gradle b/build.gradle index 05015987..446ec117 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ dependencies { 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.3' + implementation 'com.github.hypfvieh:dbus-java:3.2.4' implementation 'org.slf4j:slf4j-nop:1.7.30' }