Skip to content

Commit f9ff900

Browse files
fix(deps): update dependency org.junit:junit-bom to v5.13.1 (#233)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 37f3196 commit f9ff900

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
@@ -134,7 +134,7 @@ testing {
134134
suites.withType(JvmTestSuite::class).configureEach {
135135
dependencies {
136136
implementation(project(project.path))
137-
implementation(enforcedPlatform("org.junit:junit-bom:5.13.0"))
137+
implementation(enforcedPlatform("org.junit:junit-bom:5.13.1"))
138138
implementation(enforcedPlatform("org.assertj:assertj-bom:3.27.3"))
139139

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

0 commit comments

Comments
 (0)