Skip to content

Commit 1dc2a28

Browse files
fix(deps): update dependency org.junit:junit-bom to v5.13.3 (#255)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 59a6ac2 commit 1dc2a28

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.2"))
139+
implementation(enforcedPlatform("org.junit:junit-bom:5.13.3"))
140140
implementation(enforcedPlatform("org.assertj:assertj-bom:3.27.3"))
141141

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

0 commit comments

Comments
 (0)