#119 - Upgraded dependencies for the Fowler release train.

- AspectJ 1.8.2 -> 1.8.4
- Jackson 2.4.2 -> 2.4.3
- JodaTime 2.4 -> 2.5
- Mockito 1.9.5 -> 1.10.10
- Querydsl 3.4.3 -> 3.5.1
This commit is contained in:
Oliver Gierke
2014-11-11 12:49:17 +01:00
parent 783db2336f
commit 593075833e

View File

@@ -88,15 +88,15 @@
<dist.id>${project.artifactId}</dist.id>
<apt>1.1.2</apt>
<aspectj>1.8.2</aspectj>
<aspectj>1.8.4</aspectj>
<cdi>1.0</cdi>
<hamcrest>1.3</hamcrest>
<jackson>2.4.2</jackson>
<jodatime>2.4</jodatime>
<jackson>2.4.3</jackson>
<jodatime>2.5</jodatime>
<junit>4.11</junit>
<logback>1.1.2</logback>
<mockito>1.9.5</mockito>
<querydsl>3.4.3</querydsl>
<mockito>1.10.10</mockito>
<querydsl>3.5.1</querydsl>
<slf4j>1.7.7</slf4j>
<spring>4.0.8.RELEASE</spring>
<webbeans>1.2.6</webbeans>
@@ -508,7 +508,7 @@
<id>spring41-next</id>
<properties>
<spring>4.1.2.BUILD-SNAPSHOT</spring>
<spring>4.1.3.BUILD-SNAPSHOT</spring>
</properties>
<dependencies>