X-Git-Url: https://git.nmode.ca/signal-cli/blobdiff_plain/2ab42ca5471e8fc1e1a31cde954e19564178f114..b78573021d3789e1a4d3ec0db83855409674fdc1:/lib/build.gradle.kts?ds=sidebyside diff --git a/lib/build.gradle.kts b/lib/build.gradle.kts index 91726ae1..ae1d88a0 100644 --- a/lib/build.gradle.kts +++ b/lib/build.gradle.kts @@ -14,9 +14,9 @@ repositories { } dependencies { - implementation("com.github.turasa:signal-service-java:2.15.3_unofficial_31") + implementation("com.github.turasa:signal-service-java:2.15.3_unofficial_32") api("com.fasterxml.jackson.core", "jackson-databind", "2.13.0") - implementation("com.google.protobuf:protobuf-javalite:3.10.0") + implementation("com.google.protobuf:protobuf-javalite:3.11.4") implementation("org.bouncycastle:bcprov-jdk15on:1.69") implementation("org.slf4j:slf4j-api:1.7.32") }