mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 02:20:39 +00:00
Update dependencies
This commit is contained in:
parent
c25468a71e
commit
78cd0b13de
3 changed files with 7 additions and 12 deletions
|
@ -2,7 +2,7 @@
|
|||
slf4j = "2.0.16"
|
||||
|
||||
[libraries]
|
||||
bouncycastle = "org.bouncycastle:bcprov-jdk18on:1.79"
|
||||
bouncycastle = "org.bouncycastle:bcprov-jdk18on:1.80"
|
||||
jackson-databind = "com.fasterxml.jackson.core:jackson-databind:2.18.2"
|
||||
argparse4j = "net.sourceforge.argparse4j:argparse4j:0.9.0"
|
||||
dbusjava = "com.github.hypfvieh:dbus-java-transport-native-unixsocket:5.0.0"
|
||||
|
@ -10,8 +10,8 @@ slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" }
|
|||
slf4j-jul = { module = "org.slf4j:jul-to-slf4j", version.ref = "slf4j" }
|
||||
logback = "ch.qos.logback:logback-classic:1.5.16"
|
||||
|
||||
signalservice = "com.github.turasa:signal-service-java:2.15.3_unofficial_115"
|
||||
sqlite = "org.xerial:sqlite-jdbc:3.47.2.0"
|
||||
signalservice = "com.github.turasa:signal-service-java:2.15.3_unofficial_116"
|
||||
sqlite = "org.xerial:sqlite-jdbc:3.48.0.0"
|
||||
hikari = "com.zaxxer:HikariCP:6.2.1"
|
||||
junit-jupiter = "org.junit.jupiter:junit-jupiter:5.11.4"
|
||||
junit-launcher = "org.junit.platform:junit-platform-launcher:1.11.4"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue