Skip to content

Commit 7154543

Browse files
fix(deps): update dependency org.mockito:mockito-core to v5.16.1 (#13532)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9711bd4 commit 7154543

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.16.0")
70+
testImplementation("org.mockito:mockito-core:5.16.1")
7171

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

0 commit comments

Comments
 (0)