This is an automated email from the ASF dual-hosted git repository. reta pushed a commit to branch 4.0.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 50129cd1e9c4a6f2cb99d4fce48ab5a7b30381e1 Author: Andriy Redko <[email protected]> AuthorDate: Fri Jan 9 17:29:42 2026 -0500 Update JUnit Jupiter to 5.14.2 (cherry picked from commit a5140f3df2431d080f676e460a602f5e9bef6a51) --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index b4bcac5c7c5..213b747aa6f 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -170,7 +170,7 @@ <cxf.json.bind-api.version>2.0.0</cxf.json.bind-api.version> <cxf.jsr250.api.version>1.0</cxf.jsr250.api.version> <cxf.junit.version>4.13.2</cxf.junit.version> - <cxf.junit5.version>5.14.1</cxf.junit5.version> + <cxf.junit5.version>5.14.2</cxf.junit5.version> <cxf.kerby.version>2.1.1</cxf.kerby.version> <cxf.ldapsdk.version>7.0.4</cxf.ldapsdk.version> <cxf.littleproxy.version>2.4.7</cxf.littleproxy.version>
