mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +00:00
Update dependencies
This commit is contained in:
parent
5fe94b8857
commit
87105272d1
2 changed files with 6 additions and 4 deletions
|
@ -17,9 +17,10 @@ dependencyResolutionManagement {
|
|||
|
||||
|
||||
library("signalservice", "com.github.turasa", "signal-service-java").version("2.15.3_unofficial_86")
|
||||
library("sqlite", "org.xerial", "sqlite-jdbc").version("3.43.2.1")
|
||||
library("hikari", "com.zaxxer", "HikariCP").version("5.0.1")
|
||||
library("junit", "org.junit.jupiter", "junit-jupiter").version("5.10.0")
|
||||
library("sqlite", "org.xerial", "sqlite-jdbc").version("3.43.2.2")
|
||||
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")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue