You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2020/02/17 17:45:52 UTC

[cxf] 04/05: Update to junit 4.13

This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch 3.3.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit cf16e7b24837d6fb6d1a6a56730b34c40e464163
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Thu Jan 30 12:55:29 2020 +0300

    Update to junit 4.13
    
    https://github.com/junit-team/junit4/blob/master/doc/ReleaseNotes4.13.md
    (cherry picked from commit fbc1c31565044f63d1b9c81c5c602ec25a816ffc)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index a69a035..03d2f4f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -153,7 +153,7 @@
         <cxf.johnzon.version>1.1.13</cxf.johnzon.version>
         <cxf.json.api.version>1.1.4</cxf.json.api.version>
         <cxf.jsr250.api.version>1.0</cxf.jsr250.api.version>
-        <cxf.junit.version>4.12</cxf.junit.version>
+        <cxf.junit.version>4.13</cxf.junit.version>
         <cxf.kerby.version>2.0.0</cxf.kerby.version>
         <cxf.littleproxy.version>1.1.2</cxf.littleproxy.version>
         <cxf.log4j.version>1.2.17</cxf.log4j.version>