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 @@ -7,8 +7,8 @@ repositories {
7
7
}
8
8
9
9
dependencies {
10
- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.8.1 '
11
- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.8.1 '
10
+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.10.3 '
11
+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.10.3 '
12
12
}
13
13
14
14
group = ' com.github.codefreak'
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ plugins {
4
4
}
5
5
6
6
dependencies {
7
- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.8.1 '
8
- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.8.1 '
7
+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.10.3 '
8
+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.10.3 '
9
9
}
10
10
11
11
repositories {
You can’t perform that action at this time.
0 commit comments