X-Git-Url: https://git.nmode.ca/signal-cli/blobdiff_plain/a312f875295aa8ea115f956d98fc7e9cb140ee53..95678354347faf961f912204479b0aefaf2162db:/build.gradle.kts diff --git a/build.gradle.kts b/build.gradle.kts index 3c412b95..70f2a2b4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ plugins { `check-lib-versions` } -version = "0.8.1" +version = "0.8.3" java { sourceCompatibility = JavaVersion.VERSION_11 @@ -23,7 +23,7 @@ repositories { dependencies { implementation("org.bouncycastle:bcprov-jdk15on:1.68") - implementation("net.sourceforge.argparse4j:argparse4j:0.8.1") + implementation("net.sourceforge.argparse4j:argparse4j:0.9.0") implementation("com.github.hypfvieh:dbus-java:3.3.0") implementation("org.slf4j:slf4j-simple:1.7.30") implementation(project(":lib"))