Skip to content

Commit

Permalink
fix(deps): update dependency org.mockito:mockito-core to v5.11.0 (#1048)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency org.mockito:mockito-core to v5.11.0

* Use org.mockito:mockito-core from micronaut-test bom.

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Dean Wette <wetted@unityfoundation.io>
  • Loading branch information
renovate[bot] and wetted authored Mar 4, 2024
1 parent e2f71de commit a771599
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ zipkin-sender-stackdriver = "1.1.1"
system-stubs-core = "2.1.6"

awaitility = '4.2.0'
mockito = '5.9.0'

micronaut-grpc = "4.3.0"
micronaut-jackson-xml = "4.2.0"
Expand Down Expand Up @@ -83,7 +82,6 @@ kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref =
logback-json-classic = { module = "ch.qos.logback.contrib:logback-json-classic", version.ref = "logback-json-classic" }
zipkin-sender-stackdriver = { module = "io.zipkin.gcp:zipkin-sender-stackdriver", version.ref = "zipkin-sender-stackdriver" }
awaitility = { module = 'org.awaitility:awaitility', version.ref = 'awaitility' }
mockito = { module = 'org.mockito:mockito-core', version.ref = 'mockito' }
system-stubs-core = { module = "uk.org.webcompere:system-stubs-core", version.ref = "system-stubs-core" }

# Plugins
Expand Down
2 changes: 1 addition & 1 deletion test-suite/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
testAnnotationProcessor(mn.micronaut.inject.java)
testImplementation(mnTest.micronaut.test.junit5)
testImplementation(libs.awaitility)
testImplementation(libs.mockito)
testImplementation(mnTest.mockito.core)
testImplementation(mn.micronaut.http.server.netty)
testImplementation(mn.micronaut.http.client)
}
Expand Down

0 comments on commit a771599

Please sign in to comment.