mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-28 18:10:38 +00:00
Update dependencies
This commit is contained in:
parent
4fbc97c92a
commit
4e8f0a41c7
2 changed files with 6 additions and 4 deletions
|
@ -29,7 +29,8 @@ dependencies {
|
|||
implementation(libs.sqlite)
|
||||
implementation(libs.hikari)
|
||||
|
||||
testImplementation(libs.junit)
|
||||
testImplementation(libs.junit.jupiter)
|
||||
testRuntimeOnly(libs.junit.launcher)
|
||||
}
|
||||
|
||||
tasks.named<Test>("test") {
|
||||
|
|
|
@ -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