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
c78299e7bc
commit
fb85e1a068
2 changed files with 47 additions and 41 deletions
|
@ -10,16 +10,16 @@ dependencyResolutionManagement {
|
|||
library("jackson.databind", "com.fasterxml.jackson.core", "jackson-databind").version("2.16.1")
|
||||
library("argparse4j", "net.sourceforge.argparse4j", "argparse4j").version("0.9.0")
|
||||
library("dbusjava", "com.github.hypfvieh", "dbus-java-transport-native-unixsocket").version("5.0.0")
|
||||
version("slf4j", "2.0.10")
|
||||
version("slf4j", "2.0.12")
|
||||
library("slf4j.api", "org.slf4j", "slf4j-api").versionRef("slf4j")
|
||||
library("slf4j.jul", "org.slf4j", "jul-to-slf4j").versionRef("slf4j")
|
||||
library("logback", "ch.qos.logback", "logback-classic").version("1.4.14")
|
||||
|
||||
library("signalservice", "com.github.turasa", "signal-service-java").version("2.15.3_unofficial_94")
|
||||
library("signalservice", "com.github.turasa", "signal-service-java").version("2.15.3_unofficial_95")
|
||||
library("sqlite", "org.xerial", "sqlite-jdbc").version("3.45.1.0")
|
||||
library("hikari", "com.zaxxer", "HikariCP").version("5.1.0")
|
||||
library("junit.jupiter", "org.junit.jupiter", "junit-jupiter").version("5.10.1")
|
||||
library("junit.launcher", "org.junit.platform", "junit-platform-launcher").version("1.10.1")
|
||||
library("junit.jupiter", "org.junit.jupiter", "junit-jupiter").version("5.10.2")
|
||||
library("junit.launcher", "org.junit.platform", "junit-platform-launcher").version("1.10.2")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue