1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2025-01-26 17:47:34 +01:00

Update dependency org.msgpack:msgpack-core to v0.9.9

This commit is contained in:
dependency-bot 2025-01-11 01:10:45 +00:00 committed by José Rebelo
parent 21fd5dd735
commit e14fd01b8c

View File

@ -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