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 3c3a69b commit f3d9506Copy full SHA for f3d9506
build.gradle.kts
@@ -75,8 +75,9 @@ dependencies {
75
testFramework(TestFrameworkType.JUnit5)
76
}
77
78
- testImplementation("org.mockito:mockito-core:4.8.1")
+ testImplementation("org.mockito:mockito-core:5.14.1")
79
testImplementation("junit:junit:4.13.2")
80
+ testImplementation("org.opentest4j:opentest4j:1.3.0")
81
82
83
intellijPlatform {
0 commit comments