X-Git-Url: https://git.nmode.ca/signal-cli/blobdiff_plain/fa5c09d23b830f2999a52421c189a3e4661da99f..a738fb725b81ebf7801efe62d98e32c49857a327:/build.gradle.kts diff --git a/build.gradle.kts b/build.gradle.kts index 12854c97..e54613b3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -3,10 +3,10 @@ plugins { application eclipse `check-lib-versions` - id("org.graalvm.buildtools.native") version "0.9.6" + id("org.graalvm.buildtools.native") version "0.9.9" } -version = "0.9.2" +version = "0.10.0" java { sourceCompatibility = JavaVersion.VERSION_17 @@ -36,10 +36,11 @@ repositories { } dependencies { - implementation("org.bouncycastle:bcprov-jdk15on:1.69") - implementation("net.sourceforge.argparse4j:argparse4j:0.9.0") - implementation("com.github.hypfvieh:dbus-java-transport-native-unixsocket:4.0.0-beta") - implementation("org.slf4j:slf4j-simple:1.7.32") + implementation("org.bouncycastle", "bcprov-jdk15on", "1.70") + implementation("com.fasterxml.jackson.core", "jackson-databind", "2.13.0") + implementation("net.sourceforge.argparse4j", "argparse4j", "0.9.0") + implementation("com.github.hypfvieh", "dbus-java-transport-native-unixsocket", "4.0.0-beta") + implementation("org.slf4j", "slf4j-simple", "1.7.32") implementation("org.slf4j", "jul-to-slf4j", "1.7.32") implementation(project(":lib")) }