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/14 16:53:02 UTC

[cxf] branch main updated: 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 main
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/main by this push:
     new 98be30e681 Update JUnit Jupiter to 5.9.2
98be30e681 is described below

commit 98be30e6813d3c9f6e49c4a21c5ca7e46fada082
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sat Jan 14 11:52:43 2023 -0500

    Update JUnit Jupiter to 5.9.2
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 911e697d89..b73c938d77 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -144,7 +144,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.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>