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
2b5451f74a
commit
d852c60c37
1 changed files with 5 additions and 5 deletions
|
@ -9,17 +9,17 @@ dependencyResolutionManagement {
|
|||
library("bouncycastle", "org.bouncycastle", "bcprov-jdk18on").version("1.78.1")
|
||||
library("jackson.databind", "com.fasterxml.jackson.core", "jackson-databind").version("2.17.2")
|
||||
library("argparse4j", "net.sourceforge.argparse4j", "argparse4j").version("0.9.0")
|
||||
library("dbusjava", "com.github.hypfvieh", "dbus-java-transport-native-unixsocket").version("5.0.0")
|
||||
library("dbusjava", "com.github.hypfvieh", "dbus-java-transport-native-unixsocket").version("5.1.0")
|
||||
version("slf4j", "2.0.13")
|
||||
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.5.6")
|
||||
library("logback", "ch.qos.logback", "logback-classic").version("1.5.8")
|
||||
|
||||
library("signalservice", "com.github.turasa", "signal-service-java").version("2.15.3_unofficial_107")
|
||||
library("sqlite", "org.xerial", "sqlite-jdbc").version("3.46.0.0")
|
||||
library("sqlite", "org.xerial", "sqlite-jdbc").version("3.46.1.0")
|
||||
library("hikari", "com.zaxxer", "HikariCP").version("5.1.0")
|
||||
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")
|
||||
library("junit.jupiter", "org.junit.jupiter", "junit-jupiter").version("5.11.0")
|
||||
library("junit.launcher", "org.junit.platform", "junit-platform-launcher").version("1.11.0")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue