Skip to content

Commit

Permalink
fix(deps): update dependency org.mockito:mockito-core to v5.12.0 (#1798)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 12, 2024
1 parent 8e17885 commit 16534c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github-bot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {
implementation project(path: ':spoon-analyzer')
implementation project(":code-transformation")

testImplementation 'org.mockito:mockito-core:5.11.0'
testImplementation 'org.mockito:mockito-core:5.12.0'
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.25.3'
testImplementation 'io.quarkus:quarkus-junit5'
testImplementation("io.quarkus:quarkus-smallrye-graphql-client")
Expand Down

0 comments on commit 16534c5

Please sign in to comment.