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
5fe94b8857
commit
87105272d1
2 changed files with 6 additions and 4 deletions
|
@ -25,7 +25,8 @@ dependencies {
|
||||||
implementation(libs.sqlite)
|
implementation(libs.sqlite)
|
||||||
implementation(libs.hikari)
|
implementation(libs.hikari)
|
||||||
|
|
||||||
testImplementation(libs.junit)
|
testImplementation(libs.junit.jupiter)
|
||||||
|
testRuntimeOnly(libs.junit.launcher)
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.named<Test>("test") {
|
tasks.named<Test>("test") {
|
||||||
|
|
|
@ -17,9 +17,10 @@ dependencyResolutionManagement {
|
||||||
|
|
||||||
|
|
||||||
library("signalservice", "com.github.turasa", "signal-service-java").version("2.15.3_unofficial_86")
|
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("sqlite", "org.xerial", "sqlite-jdbc").version("3.43.2.2")
|
||||||
library("hikari", "com.zaxxer", "HikariCP").version("5.0.1")
|
library("hikari", "com.zaxxer", "HikariCP").version("5.1.0")
|
||||||
library("junit", "org.junit.jupiter", "junit-jupiter").version("5.10.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