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 f46b834 commit 23cb8baCopy full SHA for 23cb8ba
gradle/libs.versions.toml
@@ -18,7 +18,7 @@ junitPlatform = { group = "org.junit.platform", name = "junit-platform-runner",
18
junitPlatformCommons = { group = "org.junit.platform", name = "junit-platform-commons", version.ref = "junitPlatform" }
19
junitPlatformEngine = { group = "org.junit.platform", name = "junit-platform-engine", version.ref = "junitPlatform" }
20
junitPlatformLauncher = { group = "org.junit.platform", name = "junit-platform-launcher", version.ref = "junitPlatform" }
21
-hamcrest = { group = "org.hamcrest", name = "hamcrest-core", version = "1.3" }
+hamcrest = { group = "org.hamcrest", name = "hamcrest-core", version = "3.0" }
22
junitDataprovider = { group = "com.tngtech.java", name = "junit-dataprovider", version = "1.11.0" }
23
mockito = { group = "org.mockito", name = "mockito-core", version = "4.11.0" } # mockito 5 requires Java 11
24
mockito_junit5 = { group = "org.mockito", name = "mockito-junit-jupiter", version = "4.6.1" }
0 commit comments