Skip to content

Commit

Permalink
Update dependency org.mockito:mockito-core to v5.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 3, 2025
1 parent 3bc8658 commit e5d38cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/commons-java-unit-test.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

dependencies {
testImplementation("org.mockito:mockito-core:5.13.0")
testImplementation("org.mockito:mockito-core:5.16.0")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.0")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.0")
testImplementation("org.assertj:assertj-core:3.26.3")
Expand Down

0 comments on commit e5d38cc

Please sign in to comment.