Skip to content

Commit

Permalink
#119 - Upgraded dependencies for the Fowler release train.
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
odrotbohm committed Nov 11, 2014
1 parent 783db23 commit eb03c0a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.8</mockito>
<querydsl>3.5.1</querydsl>
<slf4j>1.7.7</slf4j>
<spring>4.0.8.RELEASE</spring>
<webbeans>1.2.6</webbeans>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit eb03c0a

Please # to comment.