This is an automated email from the ASF dual-hosted git repository. reta pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 8541922624df351a180200b447cad62a8fa51716 Author: Andriy Redko <[email protected]> AuthorDate: Sat May 31 20:12:57 2025 -0400 Update JUnit Jupiter to 5.13.0 (cherry picked from commit 46417b11e7503bb8c09066494ac879d8bf49eb4b) (cherry picked from commit 030dd69b1446642c6ea7b852559c4247e906f299) --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index dfd66b96aa..aaeebdc2bc 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -161,7 +161,7 @@ <cxf.json.bind-api.version>1.0.2</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.12.2</cxf.junit5.version> + <cxf.junit5.version>5.13.0</cxf.junit5.version> <cxf.kerby.version>2.0.3</cxf.kerby.version> <cxf.ldapsdk.version>7.0.2</cxf.ldapsdk.version> <cxf.littleproxy.version>1.1.2</cxf.littleproxy.version>
