diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2015-02-26 10:19:17 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2015-02-26 10:19:17 +0100 |
commit | ed57083855441a2f5c18f04cc94eae020254d821 (patch) | |
tree | 76e02790db33ce110b90f9f8c3ffcea85d7ea3a4 | |
parent | 7719fb25b825a084f16ba869a2ccbf7e84b85ac8 (diff) | |
download | moa-id-spss-ed57083855441a2f5c18f04cc94eae020254d821.tar.gz moa-id-spss-ed57083855441a2f5c18f04cc94eae020254d821.tar.bz2 moa-id-spss-ed57083855441a2f5c18f04cc94eae020254d821.zip |
update third party libraries
-rw-r--r-- | pom.xml | 24 |
1 files changed, 20 insertions, 4 deletions
@@ -28,7 +28,7 @@ <configtool-version>1.1.5-SNAPSHOT</configtool-version>
<demo-oa-version>2.0.3-SNAPSHOT</demo-oa-version>
- <org.springframework.version>4.1.4.RELEASE</org.springframework.version>
+ <org.springframework.version>4.1.5.RELEASE</org.springframework.version>
<surefire.version>2.18.1</surefire.version>
</properties>
@@ -194,6 +194,22 @@ </descriptors>
</configuration>
</plugin>
+
+ <!-- Vulnerability checks -->
+ <plugin>
+ <groupId>org.owasp</groupId>
+ <artifactId>dependency-check-maven</artifactId>
+ <version>1.2.5</version>
+ <executions>
+ <execution>
+ <phase>verify</phase>
+ <goals>
+ <goal>check</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
</plugins>
</build>
@@ -216,12 +232,12 @@ <dependency>
<groupId>org.opensaml</groupId>
<artifactId>opensaml</artifactId>
- <version>2.6.4</version>
+ <version>2.6.5</version>
</dependency>
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>xmltooling</artifactId>
- <version>1.4.4</version>
+ <version>1.4.5</version>
</dependency>
@@ -291,7 +307,7 @@ <dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
- <version>4.3.6</version>
+ <version>4.4</version>
</dependency>
<dependency>
<groupId>dav4j</groupId>
|