Skip to content

Commit dae44c8

Browse files
committed
Update dependencies
1 parent c2ac74a commit dae44c8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
application
44
eclipse
55
`check-lib-versions`
6-
id("org.graalvm.buildtools.native") version "0.11.2"
6+
id("org.graalvm.buildtools.native") version "0.11.3"
77
}
88

99
allprojects {

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
[versions]
22
slf4j = "2.0.17"
3-
junit = "6.0.0"
3+
junit = "6.0.1"
44

55
[libraries]
66
bouncycastle = "org.bouncycastle:bcprov-jdk18on:1.82"
7-
jackson-databind = "com.fasterxml.jackson.core:jackson-databind:2.20.0"
7+
jackson-databind = "com.fasterxml.jackson.core:jackson-databind:2.20.1"
88
argparse4j = "net.sourceforge.argparse4j:argparse4j:0.9.0"
99
dbusjava = "com.github.hypfvieh:dbus-java-transport-native-unixsocket:5.0.0"
1010
slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" }
1111
slf4j-jul = { module = "org.slf4j:jul-to-slf4j", version.ref = "slf4j" }
12-
logback = "ch.qos.logback:logback-classic:1.5.20"
12+
logback = "ch.qos.logback:logback-classic:1.5.21"
1313

1414
signalservice = "com.github.turasa:signal-service-java:2.15.3_unofficial_134"
15-
sqlite = "org.xerial:sqlite-jdbc:3.50.3.0"
15+
sqlite = "org.xerial:sqlite-jdbc:3.51.0.0"
1616
hikari = "com.zaxxer:HikariCP:7.0.2"
1717
junit-jupiter-bom = { module = "org.junit:junit-bom", version.ref = "junit" }
1818
junit-jupiter = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit" }

0 commit comments

Comments
 (0)