Skip to content

Commit 3dc8844

Browse files
committed
Update libraries
1 parent adb6787 commit 3dc8844

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ slf4j = "2.0.17"
33

44
[libraries]
55
bouncycastle = "org.bouncycastle:bcprov-jdk18on:1.80"
6-
jackson-databind = "com.fasterxml.jackson.core:jackson-databind:2.18.2"
6+
jackson-databind = "com.fasterxml.jackson.core:jackson-databind:2.18.3"
77
argparse4j = "net.sourceforge.argparse4j:argparse4j:0.9.0"
88
dbusjava = "com.github.hypfvieh:dbus-java-transport-native-unixsocket:5.0.0"
99
slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" }
1010
slf4j-jul = { module = "org.slf4j:jul-to-slf4j", version.ref = "slf4j" }
11-
logback = "ch.qos.logback:logback-classic:1.5.17"
11+
logback = "ch.qos.logback:logback-classic:1.5.18"
1212

1313
signalservice = "com.github.turasa:signal-service-java:2.15.3_unofficial_119"
1414
sqlite = "org.xerial:sqlite-jdbc:3.49.1.0"
15-
hikari = "com.zaxxer:HikariCP:6.2.1"
15+
hikari = "com.zaxxer:HikariCP:6.3.0"
1616
junit-jupiter = "org.junit.jupiter:junit-jupiter:5.12.0"
1717
junit-launcher = "org.junit.platform:junit-platform-launcher:1.12.0"

0 commit comments

Comments
 (0)