Skip to content

Commit

Permalink
fix(deps): update dependency org.mockito:mockito-core to v5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and augi committed Jan 30, 2023
1 parent 37c401a commit 4543d6d
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 @@ -57,7 +57,7 @@ subprojects {
testImplementation "ch.qos.logback:logback-classic:1.4.5"
testImplementation 'junit:junit:4.13.2'
testImplementation "org.scalatest:scalatest_2.13:3.0.9"
testImplementation 'org.mockito:mockito-core:5.1.0'
testImplementation 'org.mockito:mockito-core:5.1.1'
testImplementation "org.pegdown:pegdown:1.6.0"
}

Expand Down

0 comments on commit 4543d6d

Please sign in to comment.