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 2019/05/30 17:47:06 UTC

[creadur-rat] branch trunk updated (38fcf11 -> 8e3ef24)

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

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


    from 38fcf11  RAT-244: Update to language level 1.6
     new 45e2f9a  RAT-244: Fix CVE warning in commons-io
     new dc117a3  RAT-244: Use last release version during builds
     new 8e3ef24  RAT-244: Update commons-cli

The 3 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 | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)


[creadur-rat] 03/03: RAT-244: Update commons-cli

Posted by po...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 8e3ef24d1271800ab2099b8b07a5d9c5bac46b44
Author: Hugo Hirsch <gi...@hugo-hirsch.de>
AuthorDate: Thu May 30 19:40:15 2019 +0200

    RAT-244: Update commons-cli
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1ef02d8..0e7f903 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,7 +96,7 @@ agnostic home for software distribution comprehension and audit tools.
       <dependency>
         <groupId>commons-cli</groupId>
         <artifactId>commons-cli</artifactId>
-        <version>1.3.1</version>
+        <version>1.4</version>
       </dependency>
       <dependency>
         <groupId>commons-collections</groupId>


[creadur-rat] 01/03: RAT-244: Fix CVE warning in commons-io

Posted by po...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 45e2f9a574b471ca9b3a9af0ad011e8173de55f1
Author: Hugo Hirsch <gi...@hugo-hirsch.de>
AuthorDate: Thu May 30 18:54:41 2019 +0200

    RAT-244: Fix CVE warning in commons-io
---
 pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index b8b88ca..5f14e62 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,8 +107,7 @@ agnostic home for software distribution comprehension and audit tools.
       <dependency>
         <groupId>commons-io</groupId>
         <artifactId>commons-io</artifactId>
-        <!-- Later versions require Java 1.6+ -->
-        <version>2.2</version>
+        <version>2.5</version>
       </dependency>
       <dependency>
         <groupId>commons-lang</groupId>


[creadur-rat] 02/03: RAT-244: Use last release version during builds

Posted by po...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit dc117a39d8c8915242e2dad7b773bab4dbc81c29
Author: Hugo Hirsch <gi...@hugo-hirsch.de>
AuthorDate: Thu May 30 18:57:49 2019 +0200

    RAT-244: Use last release version during builds
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5f14e62..1ef02d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,7 +74,7 @@ agnostic home for software distribution comprehension and audit tools.
     <!-- maven plugin versions -->
     <mavenPluginPluginVersion>3.3</mavenPluginPluginVersion>
     <mavenChangesVersion>2.11</mavenChangesVersion>
-    <previousRatVersion>0.12</previousRatVersion>
+    <previousRatVersion>0.13</previousRatVersion>
   </properties>
   <dependencyManagement>
     <dependencies>