]> nmode's Git Repositories - signal-cli/commitdiff
Update libsignal-service
authorAsamK <asamk@gmx.de>
Thu, 6 Oct 2022 19:56:40 +0000 (21:56 +0200)
committerAsamK <asamk@gmx.de>
Thu, 6 Oct 2022 19:56:40 +0000 (21:56 +0200)
Fixes #1030

lib/build.gradle.kts

index 2dde3b3967bc9793734aa9910c24accd1ead5481..ae431ffbdd3a4896295c2408f6cbb57bf282b0e4 100644 (file)
@@ -14,9 +14,9 @@ repositories {
 }
 
 dependencies {
-    implementation("com.github.turasa", "signal-service-java", "2.15.3_unofficial_59")
+    implementation("com.github.turasa", "signal-service-java", "2.15.3_unofficial_61")
     implementation("com.fasterxml.jackson.core", "jackson-databind", "2.13.4")
-    implementation("com.google.protobuf", "protobuf-javalite", "3.11.4")
+    implementation("com.google.protobuf", "protobuf-javalite", "3.21.6")
     implementation("org.bouncycastle", "bcprov-jdk15on", "1.70")
     implementation("org.slf4j", "slf4j-api", "2.0.3")
     implementation("org.xerial", "sqlite-jdbc", "3.39.3.0")