Skip to content

Commit

Permalink
Update dependency org.mockito:mockito-core to v5.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 27, 2024
1 parent f2c6ed4 commit 6c59bd5
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.14.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 6c59bd5

Please sign in to comment.