Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

chore(deps): bump mockito-core from 3.4.6 to 3.5.6 #26

Closed
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 build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies{

testImplementation group: 'junit', name: 'junit', version: '4.13'

testCompile "org.mockito:mockito-core:3.4.6"
testCompile "org.mockito:mockito-core:3.5.6"
}

task sourcesJar(type: Jar, dependsOn: classes){
Expand Down