Skip to content

Commit

Permalink
fix(deps): update dependency org.junit:junit-bom to v5.10.1 (#1514)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 6, 2023
1 parent 1563c29 commit 328a9f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencyManagement/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {
api(platform("io.micrometer:micrometer-bom:$micrometerVersion"))
api(enforcedPlatform("io.opentelemetry:opentelemetry-bom-alpha:$otelAlphaVersion"))
api(enforcedPlatform("io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:$otelInstrumentationAlphaVersion"))
api(enforcedPlatform("org.junit:junit-bom:5.10.0"))
api(enforcedPlatform("org.junit:junit-bom:5.10.1"))
api(enforcedPlatform("org.testcontainers:testcontainers-bom:1.19.1"))

constraints {
Expand Down

0 comments on commit 328a9f3

Please sign in to comment.