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:13:02 UTC

[cxf] branch main updated: 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 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 278431e8ad Update JUnit 5 to 5.9.1
278431e8ad is described below

commit 278431e8adc631b7089f979d455fc54a721c7ab0
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sun Sep 25 15:12:46 2022 -0400

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

diff --git a/parent/pom.xml b/parent/pom.xml
index c1b62ac1c3..75a8de0607 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -163,7 +163,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.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>