mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Update dependencies
This commit is contained in:
parent
20f8fa2ebd
commit
800ff09a37
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ plugins {
|
||||||
application
|
application
|
||||||
eclipse
|
eclipse
|
||||||
`check-lib-versions`
|
`check-lib-versions`
|
||||||
id("org.graalvm.buildtools.native") version "0.9.27"
|
id("org.graalvm.buildtools.native") version "0.9.28"
|
||||||
}
|
}
|
||||||
|
|
||||||
version = "0.12.3"
|
version = "0.12.3"
|
||||||
|
|
|
@ -17,7 +17,7 @@ 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.0")
|
library("sqlite", "org.xerial", "sqlite-jdbc").version("3.43.2.1")
|
||||||
library("hikari", "com.zaxxer", "HikariCP").version("5.0.1")
|
library("hikari", "com.zaxxer", "HikariCP").version("5.0.1")
|
||||||
library("junit", "org.junit.jupiter", "junit-jupiter").version("5.10.0")
|
library("junit", "org.junit.jupiter", "junit-jupiter").version("5.10.0")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue