#215 - Upgraded dependencies.

AspectJ 1.8.6 -> 1.8.7
Guava 18.0 -> 19.0
Jackson 2.6.1 -> 2.6.4
JodaTime 2.8.2 -> 2.9.1
RxJava 1.0.13 -> 1.1.0
Slf4j 1.7.12 -> 1.7.13
ThreeTen BP 1.3 -> 1.3.1
This commit is contained in:
Oliver Gierke
2016-01-01 16:38:11 +01:00
parent ac2fba69c8
commit 194d2df8d6

View File

@@ -88,24 +88,24 @@
<jacoco.destfile>${project.build.directory}/jacoco.exec</jacoco.destfile>
<apt>1.1.3</apt>
<aspectj>1.8.6</aspectj>
<aspectj>1.8.7</aspectj>
<cdi>1.0</cdi>
<commons-io>2.4</commons-io>
<guava>18.0</guava>
<guava>19.0</guava>
<hamcrest>1.3</hamcrest>
<jackson>2.6.1</jackson>
<jackson>2.6.4</jackson>
<jacoco>0.7.5.201505241946</jacoco>
<jodatime>2.8.2</jodatime>
<jodatime>2.9.1</jodatime>
<junit>4.12</junit>
<logback>1.1.3</logback>
<lombok>1.16.6</lombok>
<mockito>1.10.19</mockito>
<querydsl>4.0.7</querydsl>
<rxjava>1.0.13</rxjava>
<slf4j>1.7.12</slf4j>
<rxjava>1.1.0</rxjava>
<slf4j>1.7.13</slf4j>
<spring>4.1.9.RELEASE</spring>
<spring-hateoas>0.19.0.RELEASE</spring-hateoas>
<threetenbp>1.3</threetenbp>
<threetenbp>1.3.1</threetenbp>
<webbeans>1.2.8</webbeans>
<releasetrain>Gosling-BUILD-SNAPSHOT</releasetrain>