Skip to content

Commit 813ed31

Browse files
fix(deps): update dependency org.junit:junit-bom to v5.13.4 (#261)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a7f70d8 commit 813ed31

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
@@ -136,7 +136,7 @@ testing {
136136
suites.withType(JvmTestSuite::class).configureEach {
137137
dependencies {
138138
implementation(project(project.path))
139-
implementation(enforcedPlatform("org.junit:junit-bom:5.13.3"))
139+
implementation(enforcedPlatform("org.junit:junit-bom:5.13.4"))
140140
implementation(enforcedPlatform("org.assertj:assertj-bom:3.27.3"))
141141

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

0 commit comments

Comments
 (0)