Update dbus-java version

This commit is contained in:
AsamK 2021-10-24 19:57:31 +02:00
parent b07200342a
commit f69d9e64aa

View file

@ -34,7 +34,7 @@ repositories {
dependencies { dependencies {
implementation("org.bouncycastle:bcprov-jdk15on:1.69") implementation("org.bouncycastle:bcprov-jdk15on:1.69")
implementation("net.sourceforge.argparse4j:argparse4j:0.9.0") 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("org.slf4j:slf4j-simple:1.7.30")
implementation(project(":lib")) implementation(project(":lib"))
} }