Update dependencies

This commit is contained in:
AsamK 2025-06-25 00:20:42 +02:00
parent 70c79eac01
commit 6cc3a6f561
4 changed files with 12 additions and 7 deletions

View file

@ -3,15 +3,15 @@ slf4j = "2.0.17"
[libraries]
bouncycastle = "org.bouncycastle:bcprov-jdk18on:1.81"
jackson-databind = "com.fasterxml.jackson.core:jackson-databind:2.19.0"
jackson-databind = "com.fasterxml.jackson.core:jackson-databind:2.19.1"
argparse4j = "net.sourceforge.argparse4j:argparse4j:0.9.0"
dbusjava = "com.github.hypfvieh:dbus-java-transport-native-unixsocket:5.0.0"
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.18"
signalservice = "com.github.turasa:signal-service-java:2.15.3_unofficial_124"
sqlite = "org.xerial:sqlite-jdbc:3.49.1.0"
signalservice = "com.github.turasa:signal-service-java:2.15.3_unofficial_125"
sqlite = "org.xerial:sqlite-jdbc:3.50.1.0"
hikari = "com.zaxxer:HikariCP:6.3.0"
junit-jupiter = "org.junit.jupiter:junit-jupiter:5.13.1"
junit-launcher = "org.junit.platform:junit-platform-launcher:1.13.1"
junit-jupiter = "org.junit.jupiter:junit-jupiter:5.13.2"
junit-launcher = "org.junit.platform:junit-platform-launcher:1.13.2"