]> nmode's Git Repositories - signal-cli/commitdiff
Update dbus-java version
authorAsamK <asamk@gmx.de>
Sun, 24 Oct 2021 17:57:31 +0000 (19:57 +0200)
committerAsamK <asamk@gmx.de>
Sun, 24 Oct 2021 17:57:31 +0000 (19:57 +0200)
build.gradle.kts

index a419df8a45c38a87e9c522777a4b82973e302501..0353aa2e53343c8ca3a409feb6a7a41da9f89a84 100644 (file)
@@ -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"))
 }