Skip to content

Commit

Permalink
fix(deps): update dependency org.mockito:mockito-core to v5.11.0 (#1592)
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] committed Mar 4, 2024
1 parent 5c5aeb0 commit 23fb90b
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 @@ -29,7 +29,7 @@ dependencies {
implementation project(path: ':spoon-analyzer')
implementation project(":code-transformation")

testImplementation 'org.mockito:mockito-core:5.10.0'
testImplementation 'org.mockito:mockito-core:5.11.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 23fb90b

Please sign in to comment.