Skip to content

Commit 63f093f

Browse files
fix(deps): update dependency org.junit:junit-bom to v5.14.1 (#341)
1 parent 8df5e9f commit 63f093f

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
@@ -133,7 +133,7 @@ testing {
133133
suites.withType(JvmTestSuite::class).configureEach {
134134
dependencies {
135135
implementation(project(project.path))
136-
implementation(enforcedPlatform("org.junit:junit-bom:5.14.0"))
136+
implementation(enforcedPlatform("org.junit:junit-bom:5.14.1"))
137137
implementation(enforcedPlatform("org.assertj:assertj-bom:3.27.6"))
138138

139139
implementation("org.junit.jupiter:junit-jupiter-api")

0 commit comments

Comments
 (0)