You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2022/09/25 19:42:11 UTC

[cxf] 01/02: Update JUnit 5 to 5.9.1

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 0ae861630e1b289976cf8c969b95d0a3fd43a8f0
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sun Sep 25 15:12:46 2022 -0400

    Update JUnit 5 to 5.9.1
    
    (cherry picked from commit 278431e8adc631b7089f979d455fc54a721c7ab0)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 2aa2a8e907..7b8c6d981a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -160,7 +160,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.9.0</cxf.junit5.version>
+        <cxf.junit5.version>5.9.1</cxf.junit5.version>
         <cxf.kerby.version>2.0.2</cxf.kerby.version>
         <cxf.littleproxy.version>1.1.2</cxf.littleproxy.version>
         <cxf.logback.classic.version>1.2.10</cxf.logback.classic.version>