Update Mockito to 5.5.0

Closes gh-13810
This commit is contained in:
Steve Riesenberg 2023-09-12 12:19:56 -05:00
parent f3a012eaa2
commit d6ff58bb7f
No known key found for this signature in database
GPG Key ID: 5F311AB48A55D521
6 changed files with 1 additions and 6 deletions

View File

@ -80,7 +80,6 @@ dependencies {
testImplementation "org.hibernate.orm:hibernate-core"
testImplementation 'org.hsqldb:hsqldb'
testImplementation 'org.mockito:mockito-core'
testImplementation "org.mockito:mockito-inline"
testImplementation('org.seleniumhq.selenium:htmlunit-driver') {
exclude group: 'commons-logging', module: 'commons-logging'
exclude group: 'xml-apis', module: 'xml-apis'

View File

@ -27,7 +27,6 @@ dependencies {
testImplementation "org.junit.jupiter:junit-jupiter-params"
testImplementation "org.junit.jupiter:junit-jupiter-engine"
testImplementation "org.mockito:mockito-core"
testImplementation 'org.mockito:mockito-inline'
testImplementation "org.mockito:mockito-junit-jupiter"
testImplementation "org.springframework:spring-test"
testImplementation 'org.skyscreamer:jsonassert'

View File

@ -11,7 +11,7 @@ dependencies {
api platform("io.projectreactor:reactor-bom:$reactorVersion")
api platform("io.rsocket:rsocket-bom:1.1.4")
api platform("org.junit:junit-bom:5.10.0")
api platform("org.mockito:mockito-bom:4.11.0")
api platform("org.mockito:mockito-bom:5.5.0")
api platform("org.springframework.data:spring-data-bom:$springDataVersion")
api platform("org.jetbrains.kotlin:kotlin-bom:$kotlinDependencyVersion")
api platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3")

View File

@ -22,7 +22,6 @@ dependencies {
testImplementation "org.junit.jupiter:junit-jupiter-params"
testImplementation "org.junit.jupiter:junit-jupiter-engine"
testImplementation "org.mockito:mockito-core"
testImplementation "org.mockito:mockito-inline"
testImplementation "org.mockito:mockito-junit-jupiter"
testImplementation "org.springframework:spring-test"
}

View File

@ -27,7 +27,6 @@ dependencies {
testImplementation "org.junit.jupiter:junit-jupiter-params"
testImplementation "org.junit.jupiter:junit-jupiter-engine"
testImplementation "org.mockito:mockito-core"
testImplementation 'org.mockito:mockito-inline'
testImplementation "org.mockito:mockito-junit-jupiter"
testImplementation "org.springframework:spring-test"
testImplementation 'org.skyscreamer:jsonassert'

View File

@ -26,7 +26,6 @@ dependencies {
testImplementation 'jakarta.websocket:jakarta.websocket-client-api'
testImplementation 'org.hamcrest:hamcrest'
testImplementation 'org.mockito:mockito-core'
testImplementation 'org.mockito:mockito-inline'
testImplementation 'org.skyscreamer:jsonassert'
testImplementation 'org.springframework:spring-webflux'
testImplementation 'org.synchronoss.cloud:nio-multipart-parser'