← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 16714: Added depdendency-check plugin to main pom. Updated versions of spring-hateoas, poi, commons-file...

 

------------------------------------------------------------
revno: 16714
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Sun 2014-09-14 07:24:35 +0200
message:
  Added depdendency-check plugin to main pom. Updated versions of spring-hateoas, poi, commons-fileupload, commons-email, mysql-connector-java
modified:
  dhis-2/pom.xml


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/pom.xml'
--- dhis-2/pom.xml	2014-09-05 17:18:16 +0000
+++ dhis-2/pom.xml	2014-09-14 05:24:35 +0000
@@ -250,6 +250,20 @@
           </executions>
           -->
         </plugin>
+        
+        <plugin>
+          <groupId>org.owasp</groupId>
+          <artifactId>dependency-check-maven</artifactId>
+          <version>1.2.4</version>
+          <executions>
+            <execution>
+              <goals>
+                <goal>check</goal>
+              </goals>
+            </execution>
+          </executions>
+        </plugin>
+        
       </plugins>
     </pluginManagement>
   </build>
@@ -417,7 +431,7 @@
       <dependency>
         <groupId>org.springframework.hateoas</groupId>
         <artifactId>spring-hateoas</artifactId>
-        <version>0.8.0.RELEASE</version>
+        <version>0.16.0.RELEASE</version>
       </dependency>
       <dependency>
         <groupId>cglib</groupId>
@@ -538,7 +552,7 @@
       <dependency>
         <groupId>org.apache.poi</groupId>
         <artifactId>poi</artifactId>
-        <version>3.8</version>
+        <version>3.10.1</version>
       </dependency>
       <dependency>
         <groupId>org.amplecode</groupId>
@@ -616,7 +630,7 @@
       <dependency>
         <groupId>commons-fileupload</groupId>
         <artifactId>commons-fileupload</artifactId>
-        <version>1.2.2</version>
+        <version>1.3.1</version>
       </dependency>
       <dependency>
         <groupId>commons-codec</groupId>
@@ -657,7 +671,7 @@
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-email</artifactId>
-        <version>1.2</version>
+        <version>1.3.3</version>
       </dependency>
       <dependency>
         <groupId>net.sourceforge.javacsv</groupId>
@@ -750,7 +764,7 @@
       <dependency>
         <groupId>mysql</groupId>
         <artifactId>mysql-connector-java</artifactId>
-        <version>5.1.27</version>
+        <version>5.1.32</version>
       </dependency>
       <dependency>
         <groupId>org.postgresql</groupId>