Skip to content

Commit e958116

Browse files
fix(deps): update dependency org.junit:junit-bom to v5.14.0
1 parent 855df7f commit e958116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ testing {
150150
dependencies {
151151
implementation(project(project.path))
152152

153-
implementation(enforcedPlatform("org.junit:junit-bom:5.13.4"))
153+
implementation(enforcedPlatform("org.junit:junit-bom:5.14.0"))
154154
implementation(enforcedPlatform("org.testcontainers:testcontainers-bom:1.21.3"))
155155
implementation(enforcedPlatform("com.google.guava:guava-bom:33.5.0-jre"))
156156
implementation(enforcedPlatform("com.linecorp.armeria:armeria-bom:1.33.4"))

0 commit comments

Comments
 (0)