#244 - Dependency upgrades for Gosling SR5.

AspectJ 1.8.7 -> 1.8.9
Jackson 2.6.4 -> 2.6.6
Logback 1.1.3 -> 1.1.7
Slf4j 1.7.13 -> 1.7.21
This commit is contained in:
Oliver Gierke
2016-02-22 19:54:17 +01:00
parent f2f27a7feb
commit cc25d0458b

View File

@@ -87,19 +87,19 @@
<dist.id>${project.artifactId}</dist.id>
<apt>1.1.3</apt>
<aspectj>1.8.7</aspectj>
<aspectj>1.8.9</aspectj>
<cdi>1.0</cdi>
<commons-io>2.4</commons-io>
<guava>18.0</guava>
<hamcrest>1.3</hamcrest>
<jackson>2.6.4</jackson>
<jackson>2.6.6</jackson>
<jodatime>2.8.2</jodatime>
<junit>4.12</junit>
<logback>1.1.3</logback>
<logback>1.1.7</logback>
<mockito>1.10.19</mockito>
<querydsl>3.6.9</querydsl>
<rxjava>1.0.17</rxjava>
<slf4j>1.7.13</slf4j>
<slf4j>1.7.21</slf4j>
<spring>4.1.9.RELEASE</spring>
<spring-hateoas>0.19.0.RELEASE</spring-hateoas>
<threetenbp>1.3.1</threetenbp>