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

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

commit 2f7c164fe60df98dda2efac2f6b66a298daded46
Author: Vladimir Sitnikov <[email protected]>
AuthorDate: Wed Jun 3 10:29:52 2026 +0300

    fix(deps): update org.apache.mina to v2.2.8
    
    Bump mina-core (test scope) from 2.2.5 to 2.2.8, the latest stable 2.x 
release. Verification metadata is unchanged: mina is test-only and already 
covered by a trusted PGP key.
    
    Co-Authored-By: Claude Opus 4.8 <[email protected]>
---
 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 a79455bce9..d7d81cb21c 100644
--- a/src/bom-testing/build.gradle.kts
+++ b/src/bom-testing/build.gradle.kts
@@ -49,7 +49,7 @@ dependencies {
         api("org.apache.activemq:activemq-spring:6.2.6")
         api("org.apache.ftpserver:ftplet-api:1.2.1")
         api("org.apache.ftpserver:ftpserver-core:1.2.1")
-        api("org.apache.mina:mina-core:2.2.5")
+        api("org.apache.mina:mina-core:2.2.8")
         api("org.hamcrest:hamcrest-core:3.0")
         api("org.hamcrest:hamcrest-library:3.0")
         api("org.hamcrest:hamcrest:3.0")

Reply via email to