Skip to content

Commit ac557cc

Browse files
committed
Update test dependency
1 parent cc8c953 commit ac557cc

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ repositories {
1616

1717
dependencies {
1818
// Use JUnit Jupiter for testing.
19-
testImplementation(libs.junit.jupiter)
20-
19+
testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")
2120
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
2221

2322
// This dependency is exported to consumers, that is to say found on their compile classpath.

gradle/libs.versions.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
[versions]
55
commons-math3 = "3.6.1"
66
guava = "32.1.3-jre"
7-
junit-jupiter = "5.10.0"
87

98
[libraries]
109
commons-math3 = { module = "org.apache.commons:commons-math3", version.ref = "commons-math3" }
1110
guava = { module = "com.google.guava:guava", version.ref = "guava" }
12-
junit-jupiter = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit-jupiter" }

0 commit comments

Comments
 (0)