You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bu...@apache.org on 2020/02/03 07:33:46 UTC

[cxf-fediz] 03/04: Update to junit 4.13

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

buhhunyx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git

commit 05da835e61138a545bad4cfad2b4013d9782ced9
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Mon Feb 3 10:30:00 2020 +0300

    Update to junit 4.13
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9a68705..2f461c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,7 +57,7 @@
         <javax.validation.version>2.0.1.Final</javax.validation.version>
         <jaxb.version>2.3.2</jaxb.version>
         <jetty9.version>9.4.24.v20191120</jetty9.version>
-        <junit.version>4.12</junit.version>
+        <junit.version>4.13</junit.version>
         <kerby.version>1.1.1</kerby.version>
         <log4j.version>1.2.17</log4j.version>
         <openjpa.version>3.1.0</openjpa.version>