Skip to content

Commit

Permalink
fix(deps): update dependency org.junit:junit-bom to v5.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 21, 2024
1 parent 03e05ce commit e33a5b2
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 @@ -34,7 +34,7 @@ dependencies {
api(enforcedPlatform("io.grpc:grpc-bom:1.68.0"))
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.11.2"))
api(enforcedPlatform("org.junit:junit-bom:5.11.3"))
api(enforcedPlatform("org.testcontainers:testcontainers-bom:1.20.2"))

constraints {
Expand Down

0 comments on commit e33a5b2

Please sign in to comment.