Skip to content

Commit 5a4061e

Browse files
committed
#216 - Dependency upgrades for Hopper.
AspectJ 18.7 -> 1.8.8 Jackson 2.6.4 -> 2.7.1-1 JodaTime 2.9.1 -> 2.9.2 Querydsl 4.0.7 -> 4.0.8 Slf4J 1.7.13 -> 1.7.15
1 parent fbe1f42 commit 5a4061e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

parent/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,21 +88,21 @@
8888
<jacoco.destfile>${project.build.directory}/jacoco.exec</jacoco.destfile>
8989

9090
<apt>1.1.3</apt>
91-
<aspectj>1.8.7</aspectj>
91+
<aspectj>1.8.8</aspectj>
9292
<cdi>1.0</cdi>
9393
<commons-io>2.4</commons-io>
9494
<guava>19.0</guava>
9595
<hamcrest>1.3</hamcrest>
96-
<jackson>2.6.4</jackson>
96+
<jackson>2.7.1</jackson>
9797
<jacoco>0.7.5.201505241946</jacoco>
98-
<jodatime>2.9.1</jodatime>
98+
<jodatime>2.9.2</jodatime>
9999
<junit>4.12</junit>
100100
<logback>1.1.3</logback>
101101
<lombok>1.16.6</lombok>
102102
<mockito>1.10.19</mockito>
103-
<querydsl>4.0.7</querydsl>
103+
<querydsl>4.0.8</querydsl>
104104
<rxjava>1.1.0</rxjava>
105-
<slf4j>1.7.13</slf4j>
105+
<slf4j>1.7.15</slf4j>
106106
<spring>4.1.9.RELEASE</spring>
107107
<spring-hateoas>0.19.0.RELEASE</spring-hateoas>
108108
<threetenbp>1.3.1</threetenbp>

0 commit comments

Comments
 (0)