You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by po...@apache.org on 2020/10/14 09:46:51 UTC

[creadur-whisker] branch master updated: Update junit to fix CVE-2020-15250

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

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-whisker.git


The following commit(s) were added to refs/heads/master by this push:
     new 0344a86  Update junit to fix CVE-2020-15250
0344a86 is described below

commit 0344a8672324693d0e37de187c20133935f82050
Author: Hugo Hirsch <gi...@hugo-hirsch.de>
AuthorDate: Wed Oct 14 11:46:39 2020 +0200

    Update junit to fix CVE-2020-15250
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0aa4057..81bd68b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,7 +92,7 @@
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <target.jdk>1.6</target.jdk>
-    <junit.version>3.8.2</junit.version>
+    <junit.version>4.13.1</junit.version>
     <!-- This is the version of Maven required to use the Maven Plugin for this project -->
     <mavenVersion>2.2.1</mavenVersion>
     <!--