File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,7 @@ repositories {
16
16
17
17
dependencies {
18
18
// Use JUnit Jupiter for testing.
19
- testImplementation(libs.junit.jupiter)
20
-
19
+ testImplementation(" org.junit.jupiter:junit-jupiter:5.10.2" )
21
20
testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
22
21
23
22
// This dependency is exported to consumers, that is to say found on their compile classpath.
Original file line number Diff line number Diff line change 4
4
[versions ]
5
5
commons-math3 = " 3.6.1"
6
6
guava = " 32.1.3-jre"
7
- junit-jupiter = " 5.10.0"
8
7
9
8
[libraries ]
10
9
commons-math3 = { module = " org.apache.commons:commons-math3" , version.ref = " commons-math3" }
11
10
guava = { module = " com.google.guava:guava" , version.ref = " guava" }
12
- junit-jupiter = { module = " org.junit.jupiter:junit-jupiter" , version.ref = " junit-jupiter" }
You can’t perform that action at this time.
0 commit comments