This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new a25081d93a56 Update JUnit 5.x from 5.13.4 to 5.14.4 (#23792)
a25081d93a56 is described below
commit a25081d93a56929abb51e81d2df508b9cc75b5c9
Author: Aurélien Pupier <[email protected]>
AuthorDate: Fri Jun 5 17:23:11 2026 +0200
Update JUnit 5.x from 5.13.4 to 5.14.4 (#23792)
there are two different versions defined for the same boms in different
modules. this is not handled by Dependabot so far.
Camel project needs these two versions as it provided different modules
for Junit 6.x and Junit 5.x
Signed-off-by: Aurélien Pupier <[email protected]>
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 2e79928cee79..2c0b4223acb0 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -327,7 +327,7 @@
<nullaway-version>0.13.5</nullaway-version>
<jt400-version>21.0.6</jt400-version>
<jte-version>3.2.4</jte-version>
- <junit-jupiter-version>5.13.4</junit-jupiter-version>
+ <junit-jupiter-version>5.14.4</junit-jupiter-version>
<junit6-jupiter-version>6.1.0</junit6-jupiter-version>
<junit-pioneer-version>2.3.0</junit-pioneer-version>
<juniversalchardet-version>1.0.3</juniversalchardet-version>