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 92401c0 commit 4bf597fCopy full SHA for 4bf597f
gradle/libs.versions.toml
@@ -19,7 +19,7 @@ junitPlatformCommons = { group = "org.junit.platform", name = "junit-platform-co
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" }
22
-junitDataprovider = { group = "com.tngtech.java", name = "junit-dataprovider", version = "1.11.0" }
+junitDataprovider = { group = "com.tngtech.java", name = "junit-dataprovider", version = "1.13.1" }
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" }
25
assertj = { group = "org.assertj", name = "assertj-core", version.ref = "assertj" }
0 commit comments