Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion eclipsePlugin-junit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if (!eclipseExecutable.exists()) {
dependencies {
implementation project(':eclipsePlugin')
testImplementation 'junit:junit:4.13.1'
testImplementation 'org.mockito:mockito-core:3.5.13'
testImplementation 'org.mockito:mockito-core:4.10.0'

// List below includes all Eclipse SDK plugins except few causing troubles.
// TODO: it should include what is required in the MANIFEST.MF, and nothing else
Expand Down