Skip to content

Commit

Permalink
Update mockito monorepo to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and galovics committed Mar 29, 2023
1 parent df129c3 commit 5e9c65f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -47,8 +47,8 @@ subprojects {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.1'
testImplementation "org.assertj:assertj-core:3.23.1"
testImplementation "org.springframework:spring-test:5.3.23"
testImplementation "org.mockito:mockito-core:4.8.0"
testImplementation "org.mockito:mockito-junit-jupiter:4.8.0"
testImplementation "org.mockito:mockito-core:5.2.0"
testImplementation "org.mockito:mockito-junit-jupiter:5.2.0"
}

checkstyle {
Expand Down
2 changes: 1 addition & 1 deletion swagger-brake-integration-tests/build.gradle
Expand Up @@ -16,7 +16,7 @@ dependencies {
testImplementation "org.testng:testng:7.5"
testImplementation "org.assertj:assertj-core:3.23.1"
testImplementation "org.springframework:spring-test:5.3.23"
testImplementation "org.mockito:mockito-core:4.8.0"
testImplementation "org.mockito:mockito-core:5.2.0"
testImplementation "org.apache.maven.shared:maven-invoker:3.2.0"
testImplementation "com.google.code.gson:gson:2.9.1"

Expand Down

0 comments on commit 5e9c65f

Please sign in to comment.