File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
6
6
dependencies {
7
7
api files(" $rootDir /led-sdk/LED/Lib/JNI/x64/logiled.jar" ). builtBy(rootProject. extractSdk)
8
8
9
- implementation ' net.java.dev.jna:jna-platform:5.16 .0'
9
+ implementation ' net.java.dev.jna:jna-platform:5.17 .0'
10
10
11
11
testImplementation " org.assertj:assertj-core:3.27.3"
12
12
testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.4'
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ repositories {
7
7
}
8
8
9
9
dependencies {
10
- implementation ' net.java.dev.jna:jna-platform:5.16 .0'
10
+ implementation ' net.java.dev.jna:jna-platform:5.17 .0'
11
11
12
12
testImplementation " org.assertj:assertj-core:3.27.3"
13
13
testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.4'
You can’t perform that action at this time.
0 commit comments