From: AsamK Date: Sun, 24 Oct 2021 17:57:31 +0000 (+0200) Subject: Update dbus-java version X-Git-Tag: v0.9.2~1 X-Git-Url: https://git.nmode.ca/signal-cli/commitdiff_plain/f69d9e64aaf0d6589977e53f6808b5435711a66f?ds=sidebyside Update dbus-java version --- diff --git a/build.gradle.kts b/build.gradle.kts index a419df8a..0353aa2e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -34,7 +34,7 @@ repositories { dependencies { implementation("org.bouncycastle:bcprov-jdk15on:1.69") implementation("net.sourceforge.argparse4j:argparse4j:0.9.0") - implementation("com.github.hypfvieh:dbus-java:3.3.0") + implementation("com.github.hypfvieh:dbus-java:3.3.1") implementation("org.slf4j:slf4j-simple:1.7.30") implementation(project(":lib")) }