Skip to content

Commit 6775b03

Browse files
fix(deps): update dependency org.mockito:mockito-core to v5.16.0 (#13442)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 03bd75c commit 6775b03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/distro/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ subprojects {
6767
implementation(platform("io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:${versions.opentelemetryJavaagent}"))
6868
implementation(platform("io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:${versions.opentelemetryJavaagentAlpha}"))
6969

70-
testImplementation("org.mockito:mockito-core:5.15.2")
70+
testImplementation("org.mockito:mockito-core:5.16.0")
7171

7272
testImplementation(enforcedPlatform("org.junit:junit-bom:5.12.0"))
7373
testImplementation("org.junit.jupiter:junit-jupiter-api")

0 commit comments

Comments
 (0)