From f52642981e59ffd32b0c0b22b8394480c418a0f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jun 2023 13:27:21 +0200 Subject: [PATCH] Bump org.junit:junit-bom from 5.9.2 to 5.9.3 (#572) Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.9.2 to 5.9.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.9.2...r5.9.3) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- opentelemetry-android-instrumentation/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opentelemetry-android-instrumentation/build.gradle.kts b/opentelemetry-android-instrumentation/build.gradle.kts index d6aec5718..7edc194e1 100644 --- a/opentelemetry-android-instrumentation/build.gradle.kts +++ b/opentelemetry-android-instrumentation/build.gradle.kts @@ -66,7 +66,7 @@ dependencies { testImplementation("org.mockito:mockito-core:5.3.1") testImplementation("org.mockito:mockito-junit-jupiter:5.3.1") - testImplementation(platform("org.junit:junit-bom:5.9.2")) + testImplementation(platform("org.junit:junit-bom:5.9.3")) testImplementation("org.junit.jupiter:junit-jupiter-api") testImplementation("org.junit.jupiter:junit-jupiter-engine") testImplementation("org.junit.vintage:junit-vintage-engine")