You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by ma...@apache.org on 2017/09/12 08:04:31 UTC

[4/6] oodt git commit: update commons-collections to resolve CVE report

update commons-collections to resolve CVE report


Project: http://git-wip-us.apache.org/repos/asf/oodt/repo
Commit: http://git-wip-us.apache.org/repos/asf/oodt/commit/8491fb1b
Tree: http://git-wip-us.apache.org/repos/asf/oodt/tree/8491fb1b
Diff: http://git-wip-us.apache.org/repos/asf/oodt/diff/8491fb1b

Branch: refs/heads/master
Commit: 8491fb1b16d77a5ec60210eda0845de0b81569d7
Parents: ed7036f
Author: Tom Barber <to...@analytical-labs.com>
Authored: Tue Sep 12 09:02:38 2017 +0100
Committer: Tom Barber <to...@analytical-labs.com>
Committed: Tue Sep 12 09:02:38 2017 +0100

----------------------------------------------------------------------
 core/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/oodt/blob/8491fb1b/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 8ad58c7..165905b 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -110,7 +110,7 @@ the License.
       <dependency>
         <groupId>commons-collections</groupId>
         <artifactId>commons-collections</artifactId>
-        <version>3.2.1</version>
+        <version>3.2.2</version>
       </dependency>
       <dependency>
         <groupId>commons-dbcp</groupId>