Dependencies updates
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/0cb1f69a Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/0cb1f69a Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/0cb1f69a Branch: refs/heads/lambdas Commit: 0cb1f69ac9a2a2630455e89dc88cf45d35fa8354 Parents: cf6943a Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Sun Nov 1 23:43:05 2015 +0100 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Sun Nov 1 23:43:05 2015 +0100 ---------------------------------------------------------------------- .../src/main/resources/archetype-resources/pom.xml | 12 ++++++------ pom.xml | 14 +++++++------- 2 files changed, 13 insertions(+), 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/0cb1f69a/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 30a8b9b..60bd568 100644 --- a/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml +++ b/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml @@ -43,8 +43,8 @@ </licenses> <properties> <wicket.version>7.0.0-SNAPSHOT</wicket.version> - <jetty9.version>9.3.3.v20150827</jetty9.version> - <log4j.version>2.4</log4j.version> + <jetty9.version>9.3.5.v20151012</jetty9.version> + <log4j.version>2.4.1</log4j.version> <junit.version>4.12</junit.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <!-- allowed values: R7, 1.0, 1.5, 2.0 or none --> @@ -149,10 +149,10 @@ <inherited>true</inherited> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> + <version>3.3</version> <configuration> - <source>1.7</source> - <target>1.7</target> + <source>1.8</source> + <target>1.8</target> <encoding>UTF-8</encoding> <showWarnings>true</showWarnings> <showDeprecation>true</showDeprecation> @@ -175,7 +175,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-eclipse-plugin</artifactId> - <version>2.9</version> + <version>2.10</version> <configuration> <downloadSources>true</downloadSources> <wtpversion>${wtp.version}</wtpversion> http://git-wip-us.apache.org/repos/asf/wicket/blob/0cb1f69a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 34c0e24..43d62af 100644 --- a/pom.xml +++ b/pom.xml @@ -128,14 +128,14 @@ <!-- Project Versions --> <jacoco.version>0.7.5.201505241946</jacoco.version> - <jetty.version>9.3.3.v20150827</jetty.version> - <joda-time.version>2.8.2</joda-time.version> + <jetty.version>9.3.5.v20151012</jetty.version> + <joda-time.version>2.9</joda-time.version> <junit.version>4.12</junit.version> - <spring.version>4.2.1.RELEASE</spring.version> + <spring.version>4.2.2.RELEASE</spring.version> <servlet-api.version>3.1.0</servlet-api.version> <maven.javadoc.version>2.10.3</maven.javadoc.version> <maven.surefire.version>2.18.1</maven.surefire.version> - <mockito.version>1.10.16</mockito.version> + <mockito.version>1.10.19</mockito.version> <slf4j.version>1.7.12</slf4j.version> <hamcrest.version>2.0.0.0</hamcrest.version> <objenesis.version>2.2</objenesis.version> @@ -147,7 +147,7 @@ <dependency> <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> - <version>3.0.0</version> + <version>3.0.1</version> <scope>provided</scope> </dependency> <dependency> @@ -214,7 +214,7 @@ <dependency> <groupId>cglib</groupId> <artifactId>cglib</artifactId> - <version>3.1</version> + <version>3.2.0</version> <exclusions> <!-- excluded due to conflict with asm 5 in wicket-ioc --> <exclusion> @@ -226,7 +226,7 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> - <version>2.6.2</version> + <version>2.6.3</version> <optional>true</optional> </dependency> <dependency>
