Skip to content

Commit 0a121fc

Browse files
fix(deps): update dependency org.junit:junit-bom to v5.12.2 (#1841)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ddfe0d3 commit 0a121fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ testing {
135135
dependencies {
136136
implementation(project(project.path))
137137

138-
implementation(enforcedPlatform("org.junit:junit-bom:5.12.1"))
138+
implementation(enforcedPlatform("org.junit:junit-bom:5.12.2"))
139139
implementation(enforcedPlatform("org.testcontainers:testcontainers-bom:1.20.6"))
140140
implementation(enforcedPlatform("com.google.guava:guava-bom:33.4.7-jre"))
141141
implementation(enforcedPlatform("com.linecorp.armeria:armeria-bom:1.32.4"))

0 commit comments

Comments
 (0)