mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 02:20:39 +00:00
Switch to using toml version catalogs
This commit is contained in:
parent
a5e272be3f
commit
e5251ae158
2 changed files with 17 additions and 19 deletions
17
gradle/libs.versions.toml
Normal file
17
gradle/libs.versions.toml
Normal file
|
@ -0,0 +1,17 @@
|
|||
[versions]
|
||||
slf4j = "2.0.16"
|
||||
|
||||
[libraries]
|
||||
bouncycastle = "org.bouncycastle:bcprov-jdk18on:1.78.1"
|
||||
jackson-databind = "com.fasterxml.jackson.core:jackson-databind:2.18.0"
|
||||
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.11"
|
||||
|
||||
signalservice = "com.github.turasa:signal-service-java:2.15.3_unofficial_110"
|
||||
sqlite = "org.xerial:sqlite-jdbc:3.47.0.0"
|
||||
hikari = "com.zaxxer:HikariCP:6.0.0"
|
||||
junit-jupiter = "org.junit.jupiter:junit-jupiter:5.11.3"
|
||||
junit-launcher = "org.junit.platform:junit-platform-launcher:1.11.3"
|
Loading…
Add table
Add a link
Reference in a new issue