We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 82a5dda + 32305bf commit d391307Copy full SHA for d391307
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