Skip to content

Commit f3d9506

Browse files
committed
Fix: Update test dependencies
1 parent 3c3a69b commit f3d9506

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,9 @@ dependencies {
7575
testFramework(TestFrameworkType.JUnit5)
7676
}
7777

78-
testImplementation("org.mockito:mockito-core:4.8.1")
78+
testImplementation("org.mockito:mockito-core:5.14.1")
7979
testImplementation("junit:junit:4.13.2")
80+
testImplementation("org.opentest4j:opentest4j:1.3.0")
8081
}
8182

8283
intellijPlatform {

0 commit comments

Comments
 (0)