Author: gmazza
Date: Mon Jun 2 09:13:02 2014
New Revision: 1599133
URL: http://svn.apache.org/r1599133
Log:
Updated dependencies to latest available.
Modified:
roller/trunk/app/pom.xml
roller/trunk/pom.xml
Modified: roller/trunk/app/pom.xml
URL:
http://svn.apache.org/viewvc/roller/trunk/app/pom.xml?rev=1599133&r1=1599132&r2=1599133&view=diff
==============================================================================
--- roller/trunk/app/pom.xml (original)
+++ roller/trunk/app/pom.xml Mon Jun 2 09:13:02 2014
@@ -22,9 +22,9 @@
<testThemesDir>${project.build.testOutputDirectory}${file.separator}themes</testThemesDir>
<testIndexDir>${project.build.testOutputDirectory}${file.separator}index</testIndexDir>
<testPlanetCache>${project.build.testOutputDirectory}${file.separator}planetcache</testPlanetCache>
- <lucene.version>4.7.0</lucene.version>
- <spring.version>4.0.2.RELEASE</spring.version>
- <spring.security.version>3.2.2.RELEASE</spring.security.version>
+ <lucene.version>4.8.1</lucene.version>
+ <spring.version>4.0.5.RELEASE</spring.version>
+ <spring.security.version>3.2.4.RELEASE</spring.security.version>
</properties>
<dependencies>
@@ -275,13 +275,13 @@
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-spring-plugin</artifactId>
- <version>2.3.16.1</version>
+ <version>2.3.16.3</version>
</dependency>
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-tiles-plugin</artifactId>
- <version>2.3.16.1</version>
+ <version>2.3.16.3</version>
</dependency>
<dependency>
@@ -338,7 +338,7 @@
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
- <version>1.9.1</version>
+ <version>1.9.2</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
@@ -358,7 +358,7 @@
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
- <version>1.9.3</version>
+ <version>1.9.4</version>
<scope>test</scope>
</dependency>
Modified: roller/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/roller/trunk/pom.xml?rev=1599133&r1=1599132&r2=1599133&view=diff
==============================================================================
--- roller/trunk/pom.xml (original)
+++ roller/trunk/pom.xml Mon Jun 2 09:13:02 2014
@@ -29,7 +29,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
- <derby.version>10.10.1.1</derby.version>
+ <derby.version>10.10.2.0</derby.version>
</properties>
<modules>