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:51:08 UTC

[creadur-rat] branch master updated (aa78f62 -> 714e674)

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

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


    from aa78f62  INFRA-20948: Enable windows builds to try to get more info for infra
     new 55d75a6  RAT-277: Update junit to fix CVE-2020-15250
     new 714e674  RAT-277: Add changelog

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)


[creadur-rat] 01/02: RAT-277: Update junit to fix CVE-2020-15250

Posted by po...@apache.org.
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-rat.git

commit 55d75a69bc054980c0d97385c729b0d6e20bd30c
Author: Hugo Hirsch <gi...@hugo-hirsch.de>
AuthorDate: Wed Oct 14 11:49:58 2020 +0200

    RAT-277: 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 92f480b..d67797e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -103,7 +103,7 @@ agnostic home for software distribution comprehension and audit tools.
       <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
-        <version>4.12</version>
+        <version>4.13.1</version>
         <scope>test</scope>
       </dependency>
       <dependency>


[creadur-rat] 02/02: RAT-277: Add changelog

Posted by po...@apache.org.
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-rat.git

commit 714e67443ec871622a26bb0fadb7768f2f753593
Author: Hugo Hirsch <gi...@hugo-hirsch.de>
AuthorDate: Wed Oct 14 11:51:00 2020 +0200

    RAT-277: Add changelog
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 300cb94..3d5f97e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -55,6 +55,9 @@ The <action> type attribute can be add,update,fix,remove.
 
   <body>
     <release version="0.14-SNAPSHOT" date="2020-xx-xx" description="Current SNAPSHOT - to be done">
+      <action issue="RAT-277" type="fix" dev="pottlinger">
+        Update to junit 4.13.1 to fix CVE-2020-15250.
+      </action>
       <action issue="RAT-158" type="fix" dev="pottlinger">
         Update to new ASF parent 23 in order to get rid of doxia version management that generated warnings.
       </action>