Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump org.mockito:mockito-junit-jupiter from 5.2.0 to 5.10.0 #88

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion assertion-rest-client-native/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ dependencies {
testImplementation 'org.assertj:assertj-core:3.24.2'

testImplementation 'org.mockito:mockito-core:5.2.0'
testImplementation 'org.mockito:mockito-junit-jupiter:5.2.0'
testImplementation 'org.mockito:mockito-junit-jupiter:5.10.0'
//Mockserver for testing api
testImplementation 'org.mock-server:mockserver-netty:5.15.0'
}
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dependencies {
// Use JUnit Jupiter for testing.
testImplementation 'org.junit.jupiter:junit-jupiter:5.9.2'
testImplementation 'org.mockito:mockito-core:5.2.0'
testImplementation 'org.mockito:mockito-junit-jupiter:5.2.0'
testImplementation 'org.mockito:mockito-junit-jupiter:5.10.0'
testImplementation 'org.assertj:assertj-core:3.24.2'
testImplementation 'org.springframework:spring-test:5.3.26'

Expand Down
2 changes: 1 addition & 1 deletion identity-service-rest-client-native/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dependencies {
testImplementation 'org.assertj:assertj-core:3.24.2'

testImplementation 'org.mockito:mockito-core:5.2.0'
testImplementation 'org.mockito:mockito-junit-jupiter:5.2.0'
testImplementation 'org.mockito:mockito-junit-jupiter:5.10.0'
//Mockserver for testing api
testImplementation 'org.mock-server:mockserver-netty:5.15.0'
}
Expand Down
2 changes: 1 addition & 1 deletion redis-storage/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies {
// Use JUnit Jupiter for testing.
testImplementation 'org.junit.jupiter:junit-jupiter:5.9.2'
testImplementation 'org.mockito:mockito-core:5.2.0'
testImplementation 'org.mockito:mockito-junit-jupiter:5.2.0'
testImplementation 'org.mockito:mockito-junit-jupiter:5.10.0'
testImplementation 'org.assertj:assertj-core:3.24.2'
testImplementation 'com.github.codemonstur:embedded-redis:1.0.0'
implementation 'org.apache.commons:commons-pool2:2.11.1'
Expand Down
2 changes: 1 addition & 1 deletion servlet-impl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {
testImplementation 'org.slf4j:slf4j-api:1.7.36'
testImplementation 'org.mock-server:mockserver-netty:5.15.0'
testImplementation 'org.mockito:mockito-core:5.2.0'
testImplementation 'org.mockito:mockito-junit-jupiter:5.2.0'
testImplementation 'org.mockito:mockito-junit-jupiter:5.10.0'
testImplementation project(':http-verifier')
testImplementation project(':assertion-rest-client-native')
testImplementation project(':identity-service-rest-client-native')
Expand Down
Loading