diff --git a/app/build.gradle b/app/build.gradle index b64bd5339..6ced88df1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -246,7 +246,7 @@ dependencies { implementation 'com.github.wax911.android-emojify:gson:1.9.6' implementation 'com.google.protobuf:protobuf-javalite:4.29.2' implementation 'com.android.volley:volley:1.2.1' - implementation 'org.msgpack:msgpack-core:0.9.8' + implementation 'org.msgpack:msgpack-core:0.9.9' // Bouncy Castle is included directly in GB, to avoid pulling the entire dependency // It's included in the org.bouncycastle.shaded package, to fix conflicts with roboelectric