Skip to content

Commit eb03c0a

Browse files
committed
#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.8 - Querydsl 3.4.3 -> 3.5.1
1 parent 783db23 commit eb03c0a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: parent/pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -88,15 +88,15 @@
8888
<dist.id>${project.artifactId}</dist.id>
8989

9090
<apt>1.1.2</apt>
91-
<aspectj>1.8.2</aspectj>
91+
<aspectj>1.8.4</aspectj>
9292
<cdi>1.0</cdi>
9393
<hamcrest>1.3</hamcrest>
94-
<jackson>2.4.2</jackson>
95-
<jodatime>2.4</jodatime>
94+
<jackson>2.4.3</jackson>
95+
<jodatime>2.5</jodatime>
9696
<junit>4.11</junit>
9797
<logback>1.1.2</logback>
98-
<mockito>1.9.5</mockito>
99-
<querydsl>3.4.3</querydsl>
98+
<mockito>1.10.8</mockito>
99+
<querydsl>3.5.1</querydsl>
100100
<slf4j>1.7.7</slf4j>
101101
<spring>4.0.8.RELEASE</spring>
102102
<webbeans>1.2.6</webbeans>
@@ -508,7 +508,7 @@
508508
<id>spring41-next</id>
509509

510510
<properties>
511-
<spring>4.1.2.BUILD-SNAPSHOT</spring>
511+
<spring>4.1.3.BUILD-SNAPSHOT</spring>
512512
</properties>
513513

514514
<dependencies>

0 commit comments

Comments
 (0)