mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-28 18:10:38 +00:00
Update dependencies
This commit is contained in:
parent
e89803464b
commit
6b46314eab
2 changed files with 3 additions and 2 deletions
|
@ -3056,6 +3056,7 @@
|
||||||
{
|
{
|
||||||
"name":"org.whispersystems.signalservice.internal.storage.protos.GroupV2Record",
|
"name":"org.whispersystems.signalservice.internal.storage.protos.GroupV2Record",
|
||||||
"allDeclaredFields":true,
|
"allDeclaredFields":true,
|
||||||
|
"fields":[{"name":"archived"}, {"name":"avatarColor"}, {"name":"blocked"}, {"name":"dontNotifyForMentionsIfMuted"}, {"name":"hideStory"}, {"name":"markedUnread"}, {"name":"masterKey"}, {"name":"mutedUntilTimestamp"}, {"name":"storySendMode"}, {"name":"whitelisted"}],
|
||||||
"methods":[{"name":"adapter","parameterTypes":[] }, {"name":"unknownFields","parameterTypes":[] }]
|
"methods":[{"name":"adapter","parameterTypes":[] }, {"name":"unknownFields","parameterTypes":[] }]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -13,5 +13,5 @@ logback = "ch.qos.logback:logback-classic:1.5.18"
|
||||||
signalservice = "com.github.turasa:signal-service-java:2.15.3_unofficial_123"
|
signalservice = "com.github.turasa:signal-service-java:2.15.3_unofficial_123"
|
||||||
sqlite = "org.xerial:sqlite-jdbc:3.49.1.0"
|
sqlite = "org.xerial:sqlite-jdbc:3.49.1.0"
|
||||||
hikari = "com.zaxxer:HikariCP:6.3.0"
|
hikari = "com.zaxxer:HikariCP:6.3.0"
|
||||||
junit-jupiter = "org.junit.jupiter:junit-jupiter:5.12.0"
|
junit-jupiter = "org.junit.jupiter:junit-jupiter:5.13.0"
|
||||||
junit-launcher = "org.junit.platform:junit-platform-launcher:1.12.0"
|
junit-launcher = "org.junit.platform:junit-platform-launcher:1.13.0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue