This is an automated email from the ASF dual-hosted git repository. reta pushed a commit to branch 3.5.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 717484b0a414b93f5f53e6dfa64e463fefaf7bb9 Author: Andriy Redko <[email protected]> AuthorDate: Mon Dec 16 18:04:22 2024 -0500 Update JUnit 5 to 5.11.4 (cherry picked from commit cc2c51c31d9db6715919e7a1a8cc57f7e57cbf5f) (cherry picked from commit 8194039a8623949323843a9df2593ceb07f616d7) (cherry picked from commit 44dd8bc508ac1c8d10777ef6fecf0bc8a6e11dc7) --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 617ea5f04a..055ba4c6d2 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -164,7 +164,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.11.3</cxf.junit5.version> + <cxf.junit5.version>5.11.4</cxf.junit5.version> <cxf.kerby.version>2.0.3</cxf.kerby.version> <cxf.ldapsdk.version>7.0.0</cxf.ldapsdk.version> <cxf.littleproxy.version>1.1.2</cxf.littleproxy.version>
