This is an automated email from the ASF dual-hosted git repository.

vladimirsitnikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


The following commit(s) were added to refs/heads/master by this push:
     new b5c96a8a3a fix(deps): update dependency org.junit:junit-bom to v5.14.0
b5c96a8a3a is described below

commit b5c96a8a3a1d91544e47550afc4049474108c8a7
Author: Vladimir Sitnikov <[email protected]>
AuthorDate: Fri Oct 10 09:49:26 2025 +0300

    fix(deps): update dependency org.junit:junit-bom to v5.14.0
---
 build-logic/jvm/src/main/kotlin/build-logic.test-junit5.gradle.kts | 2 ++
 src/bom-testing/build.gradle.kts                                   | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/build-logic/jvm/src/main/kotlin/build-logic.test-junit5.gradle.kts 
b/build-logic/jvm/src/main/kotlin/build-logic.test-junit5.gradle.kts
index fc83cd6e11..2434b0123a 100644
--- a/build-logic/jvm/src/main/kotlin/build-logic.test-junit5.gradle.kts
+++ b/build-logic/jvm/src/main/kotlin/build-logic.test-junit5.gradle.kts
@@ -25,6 +25,8 @@ plugins {
 dependencies {
     testImplementation("org.junit.jupiter:junit-jupiter")
     testImplementation("org.hamcrest:hamcrest")
+    testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
+    testRuntimeOnly("org.junit.platform:junit-platform-launcher")
 }
 
 plugins.withId("java-test-fixtures") {
diff --git a/src/bom-testing/build.gradle.kts b/src/bom-testing/build.gradle.kts
index 21330035d8..4301a662c6 100644
--- a/src/bom-testing/build.gradle.kts
+++ b/src/bom-testing/build.gradle.kts
@@ -26,7 +26,7 @@ javaPlatform {
 }
 
 dependencies {
-    api(platform("org.junit:junit-bom:5.10.1"))
+    api(platform("org.junit:junit-bom:5.14.0"))
 
     constraints {
         // api means "the dependency is for both compilation and runtime"

Reply via email to