We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b9208d commit c44ce29Copy full SHA for c44ce29
test-platform/build.gradle.kts
@@ -6,10 +6,10 @@ description = "Dependency constraints for tests"
6
7
dependencies {
8
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)")
+ api("junit:junit:4.13.2")
+ api("org.mockito:mockito-core:4.7.0")
+ api("org.scalacheck:scalacheck_2.13:1.16.0")
+ api("org.scalatest:scalatest_2.13:3.0.9")
+ api("uk.org.lidalia:slf4j-test:1.2.0")
14
}
15
0 commit comments