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
a1b16a9118
commit
a4f7632981
7 changed files with 24 additions and 7 deletions
|
@ -14,7 +14,7 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation("com.github.turasa", "signal-service-java", "2.15.3_unofficial_65")
|
||||
implementation("com.github.turasa", "signal-service-java", "2.15.3_unofficial_66")
|
||||
implementation("com.fasterxml.jackson.core", "jackson-databind", "2.14.1")
|
||||
implementation("com.google.protobuf", "protobuf-javalite", "3.21.12")
|
||||
implementation("org.bouncycastle", "bcprov-jdk15on", "1.70")
|
||||
|
@ -22,7 +22,7 @@ dependencies {
|
|||
implementation("org.xerial", "sqlite-jdbc", "3.40.0.0")
|
||||
implementation("com.zaxxer", "HikariCP", "5.0.1")
|
||||
|
||||
testImplementation("org.junit.jupiter", "junit-jupiter", "5.9.1")
|
||||
testImplementation("org.junit.jupiter", "junit-jupiter", "5.9.2")
|
||||
}
|
||||
|
||||
tasks.named<Test>("test") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue