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 a97a7acebd chore: bump org.junit to 5.14.1
a97a7acebd is described below

commit a97a7acebd0d0f4adbffb70229f4253559b3c254
Author: Vladimir Sitnikov <[email protected]>
AuthorDate: Fri Oct 31 19:25:09 2025 +0300

    chore: bump org.junit to 5.14.1
---
 src/bom-testing/build.gradle.kts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bom-testing/build.gradle.kts b/src/bom-testing/build.gradle.kts
index 22835124f2..72d7c8ad94 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.14.0"))
+    api(platform("org.junit:junit-bom:5.14.1"))
     api(platform("org.springframework:spring-framework-bom:6.2.12"))
     api(platform("org.eclipse.jetty:jetty-bom:11.0.26"))
 

Reply via email to