Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AsamK committed Dec 15, 2024
1 parent c3f8d68 commit f00b852
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
application
eclipse
`check-lib-versions`
id("org.graalvm.buildtools.native") version "0.10.3"
id("org.graalvm.buildtools.native") version "0.10.4"
}

version = "0.13.11-SNAPSHOT"
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ slf4j = "2.0.16"

[libraries]
bouncycastle = "org.bouncycastle:bcprov-jdk18on:1.79"
jackson-databind = "com.fasterxml.jackson.core:jackson-databind:2.18.1"
jackson-databind = "com.fasterxml.jackson.core:jackson-databind:2.18.2"
argparse4j = "net.sourceforge.argparse4j:argparse4j:0.9.0"
dbusjava = "com.github.hypfvieh:dbus-java-transport-native-unixsocket:5.0.0"
slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" }
slf4j-jul = { module = "org.slf4j:jul-to-slf4j", version.ref = "slf4j" }
logback = "ch.qos.logback:logback-classic:1.5.12"

signalservice = "com.github.turasa:signal-service-java:2.15.3_unofficial_113"
sqlite = "org.xerial:sqlite-jdbc:3.47.0.0"
sqlite = "org.xerial:sqlite-jdbc:3.47.1.0"
hikari = "com.zaxxer:HikariCP:6.2.1"
junit-jupiter = "org.junit.jupiter:junit-jupiter:5.11.3"
junit-launcher = "org.junit.platform:junit-platform-launcher:1.11.3"

0 comments on commit f00b852

Please sign in to comment.