File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ plugins {
22 id ' java'
33}
44
5- group ' org.example '
6- version ' 1.0-SNAPSHOT '
5+ group ' com.jthemedetector '
6+ version ' 3.8 '
77
88repositories {
99 mavenCentral()
@@ -23,25 +23,25 @@ compileJava {
2323}
2424
2525dependencies {
26- implementation group : ' org.slf4j' , name : ' slf4j-api' , version : ' 1.7.30 '
26+ implementation group : ' org.slf4j' , name : ' slf4j-api' , version : ' 1.7.32 '
2727
2828 testImplementation group : ' ch.qos.logback' , name : ' logback-classic' , version : ' 1.2.3'
2929 testImplementation group : ' ch.qos.logback' , name : ' logback-core' , version : ' 1.2.3'
3030
3131 // JNA
32- implementation ' net.java.dev.jna:jna:5.9 .0'
33- implementation ' net.java.dev.jna:jna-platform:5.9 .0'
32+ implementation ' net.java.dev.jna:jna:5.10 .0'
33+ implementation ' net.java.dev.jna:jna-platform:5.10 .0'
3434
3535 // JFA
3636 implementation (' de.jangassen:jfa:1.2.0' ) {
3737 exclude group : ' net.java.dev.jna' , module : ' jna' // different jna version
3838 }
3939
4040 // OSHI
41- implementation ' com.github.oshi:oshi-core:5.7.5 '
41+ implementation ' com.github.oshi:oshi-core:5.8.6 '
4242
4343 implementation ' io.github.g00fy2:versioncompare:1.4.1'
4444
45- implementation ' org.jetbrains:annotations:19 .0.0'
45+ implementation ' org.jetbrains:annotations:22 .0.0'
4646}
4747
You can’t perform that action at this time.
0 commit comments