#142 - Dependency upgrades for the Fowler release train.

Maven APT Plugin 1.1.2 -> 1.1.3
AspectJ 1.8.4 -> 1.8.5
Jackson 2.4.5 -> 2.5.0
Joda Time 2.5 -> 2.7
JUnit 4.11 -> 4.12
Querydsl 3.6.0 -> 3.6.1
Slf4j 1.7.7 -> 1.7.10
Spring Framework 4.0.8 -> 4.0.9
Open WebBeans 1.2.6 -> 1.2.7
This commit is contained in:
Oliver Gierke
2015-02-06 09:10:54 +01:00
parent 4a649202f9
commit c52a708512

View File

@@ -86,20 +86,20 @@
<source.level>1.6</source.level>
<dist.id>${project.artifactId}</dist.id>
<apt>1.1.2</apt>
<aspectj>1.8.4</aspectj>
<apt>1.1.3</apt>
<aspectj>1.8.5</aspectj>
<cdi>1.0</cdi>
<hamcrest>1.3</hamcrest>
<jackson>2.4.5</jackson>
<jodatime>2.5</jodatime>
<junit>4.11</junit>
<jackson>2.5.0</jackson>
<jodatime>2.7</jodatime>
<junit>4.12</junit>
<logback>1.1.2</logback>
<mockito>1.10.19</mockito>
<querydsl>3.6.0</querydsl>
<slf4j>1.7.7</slf4j>
<spring>4.0.8.RELEASE</spring>
<querydsl>3.6.1</querydsl>
<slf4j>1.7.10</slf4j>
<spring>4.0.9.RELEASE</spring>
<threetenbp>1.2</threetenbp>
<webbeans>1.2.6</webbeans>
<webbeans>1.2.7</webbeans>
</properties>