Skip to content

Commit

Permalink
fix(dependency): mock jar version upgrade (tronprotocol#5689)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomatoishealthy authored Jan 22, 2024
1 parent b5c6cbd commit 245ddfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ subprojects {
testAnnotationProcessor 'org.projectlombok:lombok:1.18.12'

testImplementation group: 'junit', name: 'junit', version: '4.13.2'
testImplementation "org.mockito:mockito-core:2.1.0"
testImplementation "org.mockito:mockito-core:2.13.0"
}

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

0 comments on commit 245ddfb

Please sign in to comment.