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 7ac90d06e RATIS-2525. Bump junit to 5.14.4 (#1449)
7ac90d06e is described below
commit 7ac90d06e81fcb8caeb002b2ca4db55c54acfbf5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu May 14 21:39:57 2026 +0200
RATIS-2525. Bump junit to 5.14.4 (#1449)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index a47cf7709..d377dd33a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -191,7 +191,7 @@
<testsThreadCount>4</testsThreadCount>
<slf4j.version>2.0.17</slf4j.version>
- <junit-bom.version>5.14.3</junit-bom.version>
+ <junit-bom.version>5.14.4</junit-bom.version>
<mockito.version>4.11.0</mockito.version>
<jacoco.version>0.8.14</jacoco.version>
<flaky-test-groups>flaky |
org.apache.ratis.test.tag.FlakyTest</flaky-test-groups>