Skip to content

Commit c44ce29

Browse files
committed
Bump and pin dependency versions for tests
1 parent 0b9208d commit c44ce29

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test-platform/build.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ description = "Dependency constraints for tests"
66

77
dependencies {
88
constraints {
9-
api("junit:junit:[4.12,5)")
10-
api("org.mockito:mockito-core:[2.27.0,3)")
11-
api("org.scalacheck:scalacheck_2.13:[1.14.0,2)")
12-
api("org.scalatest:scalatest_2.13:[3.0.8,3.1)")
13-
api("uk.org.lidalia:slf4j-test:[1.1.0,2)")
9+
api("junit:junit:4.13.2")
10+
api("org.mockito:mockito-core:4.7.0")
11+
api("org.scalacheck:scalacheck_2.13:1.16.0")
12+
api("org.scalatest:scalatest_2.13:3.0.9")
13+
api("uk.org.lidalia:slf4j-test:1.2.0")
1414
}
1515
}

0 commit comments

Comments
 (0)