File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ dependencies {
9
9
implementation ' net.java.dev.jna:jna-platform:5.17.0'
10
10
11
11
testImplementation " org.assertj:assertj-core:3.27.3"
12
- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.4 '
13
- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.11.4 '
12
+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.13.3 '
13
+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.13.3 '
14
14
}
15
15
16
16
test {
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ dependencies {
10
10
implementation ' net.java.dev.jna:jna-platform:5.17.0'
11
11
12
12
testImplementation " org.assertj:assertj-core:3.27.3"
13
- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.4 '
14
- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.11.4 '
13
+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.13.3 '
14
+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.13.3 '
15
15
}
16
16
17
17
processResources {
You can’t perform that action at this time.
0 commit comments