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 df7c6986de5c699eb1001052ac3e2bc739201695 Author: Andriy Redko <[email protected]> AuthorDate: Tue Sep 30 22:08:13 2025 -0400 Update JUnit to 5.14.0 (cherry picked from commit 4b2e8ee1d1959d711c896daab1e23d7de7551278) --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index ce1aabfef5..0895240f4d 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.13.4</cxf.junit5.version> + <cxf.junit5.version>5.14.0</cxf.junit5.version> <cxf.kerby.version>2.0.3</cxf.kerby.version> <cxf.ldapsdk.version>7.0.3</cxf.ldapsdk.version> <cxf.littleproxy.version>2.4.5</cxf.littleproxy.version>
