We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
org.junit
5.8.2
1 parent 017a501 commit 32305bfCopy full SHA for 32305bf
build.gradle
@@ -15,9 +15,9 @@ repositories {
15
16
dependencies {
17
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'
+ testImplementation 'org.junit.jupiter:junit-jupiter:5.8.2'
+ testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
+ testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2'
21
}
22
23
test {
0 commit comments