#307 - Dependency upgrades.

AspectJ 1.8.9 -> 1.8.10
Jackson 2.8.5 -> 2.8.6
RxJava 1.2.3 -> 1.2.5

No upgrade to latest Logback (1.1.8, 1.1.9) as it - for whatever reason - breaks OpenJPA based tests in Spring Data JPA.
This commit is contained in:
Oliver Gierke
2017-01-25 09:00:52 +01:00
parent d1498aed6f
commit 2c28414d5d

View File

@@ -89,12 +89,12 @@
<manifest.file>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifest.file>
<apt>1.1.3</apt>
<aspectj>1.8.9</aspectj>
<aspectj>1.8.10</aspectj>
<cdi>1.0</cdi>
<commons-io>2.5</commons-io>
<guava>19.0</guava>
<hamcrest>1.3</hamcrest>
<jackson>2.8.5</jackson>
<jackson>2.8.6</jackson>
<jacoco>0.7.8</jacoco>
<jodatime>2.9.7</jodatime>
<jsonpath>2.2.0</jsonpath>
@@ -103,7 +103,7 @@
<lombok>1.16.12</lombok>
<mockito>1.10.19</mockito>
<querydsl>4.1.4</querydsl>
<rxjava>1.2.3</rxjava>
<rxjava>1.2.5</rxjava>
<slf4j>1.7.22</slf4j>
<spring>4.3.5.RELEASE</spring>
<spring-hateoas>0.23.0.RELEASE</spring-hateoas>