Skip to content

Commit fe0b89c

Browse files
Get rid of maxversion for Mockito library #2084 (#2094)
1 parent 87b61b2 commit fe0b89c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utbot-intellij/src/main/kotlin/org/utbot/intellij/plugin/models/ExternalLibraryDescriptors.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ fun jUnit5ParametrizedTestsLibraryDescriptor(versionInProject: String?) =
2020
ExternalLibraryDescriptor("org.junit.jupiter", "junit-jupiter-params", "5.8.1", null, versionInProject ?: "5.8.1")
2121

2222
fun mockitoCoreLibraryDescriptor(versionInProject: String?) =
23-
ExternalLibraryDescriptor("org.mockito", "mockito-core", "3.5.0", "4.2.0", versionInProject ?: "4.2.0")
23+
ExternalLibraryDescriptor("org.mockito", "mockito-core", "3.5.0", null, versionInProject ?: "4.2.0")
2424

2525
/**
2626
* TestNg requires JDK 11 since version 7.6.0

0 commit comments

Comments
 (0)