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

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


The following commit(s) were added to refs/heads/master by this push:
     new 08c3bd021 RATIS-2479. Bump junit to 5.14.3 (#1409)
08c3bd021 is described below

commit 08c3bd02163a4647c6ea337c8f571bbc9c8ca13c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 30 15:17:12 2026 +0200

    RATIS-2479. Bump junit to 5.14.3 (#1409)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 598706e61..7217c5107 100644
--- a/pom.xml
+++ b/pom.xml
@@ -193,7 +193,7 @@
     <testsThreadCount>4</testsThreadCount>
 
     <slf4j.version>2.0.17</slf4j.version>
-    <junit-bom.version>5.13.3</junit-bom.version>
+    <junit-bom.version>5.14.3</junit-bom.version>
     <mockito.version>4.11.0</mockito.version>
     <jacoco.version>0.8.14</jacoco.version>
     <jakarta.annotation.version>1.3.5</jakarta.annotation.version>

Reply via email to