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 6930f4cd16fea408fab0683bc228afec4d245bb7 Author: Andriy Redko <[email protected]> AuthorDate: Mon Oct 21 15:28:26 2024 -0400 Update JUnit to 5.11.3 (cherry picked from commit f44d763079a7800536547e7d0c06c1ec690bff5e) --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index bb4054ea44..7b9ffaaf35 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.11.2</cxf.junit5.version> + <cxf.junit5.version>5.11.3</cxf.junit5.version> <cxf.kerby.version>2.0.3</cxf.kerby.version> <cxf.ldapsdk.version>7.0.1</cxf.ldapsdk.version> <cxf.littleproxy.version>1.1.2</cxf.littleproxy.version>
