File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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
99allprojects {
Original file line number Diff line number Diff line change 11[versions ]
22slf4j = " 2.0.17"
3- junit = " 6.0.0 "
3+ junit = " 6.0.1 "
44
55[libraries ]
66bouncycastle = " 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 "
88argparse4j = " net.sourceforge.argparse4j:argparse4j:0.9.0"
99dbusjava = " com.github.hypfvieh:dbus-java-transport-native-unixsocket:5.0.0"
1010slf4j-api = { module = " org.slf4j:slf4j-api" , version.ref = " slf4j" }
1111slf4j-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
1414signalservice = " 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"
1616hikari = " com.zaxxer:HikariCP:7.0.2"
1717junit-jupiter-bom = { module = " org.junit:junit-bom" , version.ref = " junit" }
1818junit-jupiter = { module = " org.junit.jupiter:junit-jupiter" , version.ref = " junit" }
You can’t perform that action at this time.
0 commit comments