You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by sm...@apache.org on 2021/10/08 11:34:05 UTC

[knox] branch master updated: KNOX-2674 - Upgrade junit to 4.13.2 due to CVE-2020-15250 (#505)

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

smolnar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git


The following commit(s) were added to refs/heads/master by this push:
     new 95b7787  KNOX-2674 - Upgrade junit to 4.13.2 due to CVE-2020-15250 (#505)
95b7787 is described below

commit 95b7787d2acd6181ff9c1a6df8f3f2a31a4a5b19
Author: Attila Magyar <m....@gmail.com>
AuthorDate: Fri Oct 8 13:34:00 2021 +0200

    KNOX-2674 - Upgrade junit to 4.13.2 due to CVE-2020-15250 (#505)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ad556be..af3ea39 100644
--- a/pom.xml
+++ b/pom.xml
@@ -231,7 +231,7 @@
         <joda-time.version>2.10.8</joda-time.version>
         <json-path.version>2.5.0</json-path.version>
         <json-smart.version>2.3</json-smart.version>
-        <junit.version>4.13.1</junit.version>
+        <junit.version>4.13.2</junit.version>
         <lang-tag.version>1.5</lang-tag.version>
         <libpam4j.version>1.11</libpam4j.version>
         <log4j.version>1.2.17</log4j.version>