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 2023/01/17 13:32:59 UTC

[cxf] 01/06: Update JUnit Jupiter to 5.9.2

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 de8507b0d37df26f6f3479d2972991209762b51f
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sat Jan 14 11:52:43 2023 -0500

    Update JUnit Jupiter to 5.9.2
    
    (cherry picked from commit 98be30e6813d3c9f6e49c4a21c5ca7e46fada082)
    (cherry picked from commit d066a0df3f42fc2910860e72e8e2ad6de89c2b5d)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 5dcf626ff3..04ba04c7ef 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.9.1</cxf.junit5.version>
+        <cxf.junit5.version>5.9.2</cxf.junit5.version>
         <cxf.kerby.version>2.0.2</cxf.kerby.version>
         <cxf.ldapsdk.version>6.0.7</cxf.ldapsdk.version>
         <cxf.littleproxy.version>1.1.2</cxf.littleproxy.version>