Skip to content

Commit 336d24a

Browse files
renovate[bot]trask
andauthored
fix(deps): update dependency org.junit:junit-bom to v5.12.0 (#177)
* fix(deps): update dependency org.junit:junit-bom to v5.12.0 * fix --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Trask Stalnaker <[email protected]>
1 parent 49d10e0 commit 336d24a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,12 +134,13 @@ testing {
134134
suites.withType(JvmTestSuite::class).configureEach {
135135
dependencies {
136136
implementation(project(project.path))
137-
implementation(enforcedPlatform("org.junit:junit-bom:5.11.4"))
137+
implementation(enforcedPlatform("org.junit:junit-bom:5.12.0"))
138138
implementation(enforcedPlatform("org.assertj:assertj-bom:3.27.3"))
139139

140140
implementation("org.junit.jupiter:junit-jupiter-api")
141141
implementation("org.junit.jupiter:junit-jupiter-params")
142142
runtimeOnly("org.junit.jupiter:junit-jupiter-engine")
143+
runtimeOnly("org.junit.platform:junit-platform-launcher")
143144

144145
implementation("org.assertj:assertj-core")
145146
}

0 commit comments

Comments
 (0)