This is an automated email from the ASF dual-hosted git repository. reta pushed a commit to branch 4.1.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 252aa7eec407cb5930a6f210e8236be9d8c5ac53 Author: Andriy Redko <[email protected]> AuthorDate: Sun Feb 15 12:20:16 2026 -0500 Update JUnit to 5.14.3 --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 01d61ff895..c27d6d1d53 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -170,7 +170,7 @@ <cxf.json.bind-api.version>3.0.1</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.2</cxf.junit5.version> + <cxf.junit5.version>5.14.3</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.6.0</cxf.littleproxy.version>
