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
4d93415485
commit
e626cc0390
7 changed files with 198 additions and 178 deletions
|
@ -10,7 +10,7 @@ dependencyResolutionManagement {
|
|||
library("jackson.databind", "com.fasterxml.jackson.core", "jackson-databind").version("2.15.2")
|
||||
library("argparse4j", "net.sourceforge.argparse4j", "argparse4j").version("0.9.0")
|
||||
library("dbusjava", "com.github.hypfvieh", "dbus-java-transport-native-unixsocket").version("4.3.0")
|
||||
version("slf4j", "2.0.7")
|
||||
version("slf4j", "2.0.9")
|
||||
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.11")
|
||||
|
@ -18,7 +18,7 @@ dependencyResolutionManagement {
|
|||
|
||||
library("signalservice", "com.github.turasa", "signal-service-java").version("2.15.3_unofficial_80")
|
||||
library("protobuf", "com.google.protobuf", "protobuf-javalite").version("3.24.0")
|
||||
library("sqlite", "org.xerial", "sqlite-jdbc").version("3.42.0.1")
|
||||
library("sqlite", "org.xerial", "sqlite-jdbc").version("3.43.0.0")
|
||||
library("hikari", "com.zaxxer", "HikariCP").version("5.0.1")
|
||||
library("junit", "org.junit.jupiter", "junit-jupiter").version("5.10.0")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue