You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2014/05/10 15:32:55 UTC

git commit: Dependencies and plugins version updates

Repository: wicket
Updated Branches:
  refs/heads/master 8409f06e2 -> 3363fb29b


Dependencies and plugins version updates


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/3363fb29
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/3363fb29
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/3363fb29

Branch: refs/heads/master
Commit: 3363fb29bacc4b474cfe98808c698596578d7979
Parents: 8409f06
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Sat May 10 16:32:32 2014 +0300
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Sat May 10 16:32:32 2014 +0300

----------------------------------------------------------------------
 .../src/main/resources/archetype-resources/pom.xml  |  4 ++--
 pom.xml                                             | 16 ++++++++--------
 2 files changed, 10 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/3363fb29/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
----------------------------------------------------------------------
diff --git a/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml b/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
index f03252c..2b97f5e 100644
--- a/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
+++ b/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
@@ -43,9 +43,9 @@
 	</licenses>
 	<properties>
 		<wicket.version>7.0.0-SNAPSHOT</wicket.version>
-		<jetty9.version>9.0.6.v20130930</jetty9.version>
+		<jetty9.version>9.1.5.v20140505</jetty9.version>
 		<log4j.version>1.2.17</log4j.version>
-		<slf4j.version>1.7.5</slf4j.version>
+		<slf4j.version>1.7.7</slf4j.version>
 		<junit.version>4.11</junit.version>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 		<!-- allowed values: R7, 1.0, 1.5, 2.0 or none -->

http://git-wip-us.apache.org/repos/asf/wicket/blob/3363fb29/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 54aa121..1644fcf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,15 +30,15 @@
 	<properties>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 		<mvn.build.java.version>1.7</mvn.build.java.version>
-		<jacoco.version>0.7.0.201403182114</jacoco.version>
+		<jacoco.version>0.7.1.201405082137</jacoco.version>
 		<jetty.version>8.1.15.v20140411</jetty.version>
 		<jetty9.version>9.0.7.v20131107</jetty9.version>
-		<spring.version>4.0.3.RELEASE</spring.version>
+		<spring.version>4.0.4.RELEASE</spring.version>
 		<servlet-api.version>3.0.1</servlet-api.version>
 		<maven.javadoc.version>2.9.1</maven.javadoc.version>
 		<maven.surefire.version>2.17</maven.surefire.version>
 		<mockito.version>1.9.5</mockito.version>
-		<slf4j.version>1.7.6</slf4j.version>
+		<slf4j.version>1.7.7</slf4j.version>
 		<hamcrest.version>1.3</hamcrest.version>
 	</properties>
 	<modules>
@@ -423,7 +423,7 @@
 			<dependency>
 				<groupId>log4j</groupId>
 				<artifactId>log4j</artifactId>
-				<version>1.2.16</version>
+				<version>1.2.17</version>
 				<optional>true</optional>
 			</dependency>
 			<dependency>
@@ -468,7 +468,7 @@
 			<dependency>
 				<groupId>joda-time</groupId>
 				<artifactId>joda-time</artifactId>
-				<version>2.0</version>
+				<version>2.3</version>
 			</dependency>
 			<dependency>
 				<groupId>cglib</groupId>
@@ -478,7 +478,7 @@
 			<dependency>
 				<groupId>org.ow2.asm</groupId>
 				<artifactId>asm-util</artifactId>
-				<version>4.2</version>
+				<version>5.0.2</version>
 			</dependency>
 			<dependency>
 				<groupId>javax.inject</groupId>
@@ -504,7 +504,7 @@
 			<dependency>
 				<groupId>org.easymock</groupId>
 				<artifactId>easymock</artifactId>
-				<version>3.1</version>
+				<version>3.2</version>
 				<scope>test</scope>
 			</dependency>
 			<dependency>
@@ -551,7 +551,7 @@
 			<extension>
 				<groupId>org.apache.maven.wagon</groupId>
 				<artifactId>wagon-ssh-external</artifactId>
-				<version>2.2</version>
+				<version>2.6</version>
 			</extension>
 		</extensions>
 		<resources>