Skip to content

Commit d391307

Browse files
authored
Merge pull request #79 from srlearn/upgrade-junit
⬆️ Bump `org.junit` dependencies to `5.8.2`
2 parents 82a5dda + 32305bf commit d391307

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ repositories {
1515

1616
dependencies {
1717
implementation files('libs/auc-0.3.1.jar')
18-
testImplementation 'org.junit.jupiter:junit-jupiter:5.7.0'
19-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'
20-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.1'
18+
testImplementation 'org.junit.jupiter:junit-jupiter:5.8.2'
19+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
20+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2'
2121
}
2222

2323
test {

0 commit comments

Comments
 (0)