Skip to content

Commit 52d0527

Browse files
committed
#239 - Dependency upgrades.
Commons IO 2.4 -> 2.5 Jackson 2.6.5 -> 2.7.5 Jacoco 0.7.6.201602180812 -> 0.7.7.201606060606 JodaTime 2.9.2 -> 2.9.4 Logback 1.1.6 -> 1.1.7 Querydsl 4.1.0 -> 4.1.2 RxJava 1.1.1 -> 1.1.5 Slf4j 1.7.19 -> 1.7.21 Spring 4.2.5 -> 4.2.6 Spring HATEOAS 0.21.0.BUILD-SNAPSHOT -> 0.22.0.BUILD-SNAPSHOT Adapted additional build profiles to the new versions, too.
1 parent e6c838c commit 52d0527

File tree

1 file changed

+13
-20
lines changed

1 file changed

+13
-20
lines changed

parent/pom.xml

+13-20
Original file line numberDiff line numberDiff line change
@@ -90,21 +90,21 @@
9090
<apt>1.1.3</apt>
9191
<aspectj>1.8.9</aspectj>
9292
<cdi>1.0</cdi>
93-
<commons-io>2.4</commons-io>
93+
<commons-io>2.5</commons-io>
9494
<guava>19.0</guava>
9595
<hamcrest>1.3</hamcrest>
96-
<jackson>2.6.5</jackson>
97-
<jacoco>0.7.6.201602180812</jacoco>
98-
<jodatime>2.9.2</jodatime>
96+
<jackson>2.7.5</jackson>
97+
<jacoco>0.7.7.201606060606</jacoco>
98+
<jodatime>2.9.4</jodatime>
9999
<junit>4.12</junit>
100-
<logback>1.1.6</logback>
100+
<logback>1.1.7</logback>
101101
<lombok>1.16.8</lombok>
102102
<mockito>1.10.19</mockito>
103-
<querydsl>4.1.0</querydsl>
104-
<rxjava>1.1.1</rxjava>
105-
<slf4j>1.7.19</slf4j>
106-
<spring>4.2.5.RELEASE</spring>
107-
<spring-hateoas>0.21.0.BUILD-SNAPSHOT</spring-hateoas>
103+
<querydsl>4.1.2</querydsl>
104+
<rxjava>1.1.5</rxjava>
105+
<slf4j>1.7.21</slf4j>
106+
<spring>4.2.6.RELEASE</spring>
107+
<spring-hateoas>0.22.0.BUILD-SNAPSHOT</spring-hateoas>
108108
<threetenbp>1.3.1</threetenbp>
109109
<webbeans>1.2.8</webbeans>
110110

@@ -496,7 +496,7 @@
496496
<id>spring42-next</id>
497497

498498
<properties>
499-
<spring>4.2.6.BUILD-SNAPSHOT</spring>
499+
<spring>4.2.7.BUILD-SNAPSHOT</spring>
500500
</properties>
501501

502502
<repositories>
@@ -513,16 +513,9 @@
513513
<id>spring43</id>
514514

515515
<properties>
516-
<spring>4.3.0.RC1</spring>
516+
<spring>4.3.0.RELEASE</spring>
517517
</properties>
518518

519-
<repositories>
520-
<repository>
521-
<id>spring-libs-milestone</id>
522-
<url>http://repo.spring.io/libs-milestone</url>
523-
</repository>
524-
</repositories>
525-
526519
</profile>
527520

528521
<profile>
@@ -545,7 +538,7 @@
545538
<profile>
546539
<id>querydsl-next</id>
547540
<properties>
548-
<querydsl>4.1.0.BUILD-SNAPSHOT</querydsl>
541+
<querydsl>4.1.3.BUILD-SNAPSHOT</querydsl>
549542
</properties>
550543
<repositories>
551544
<repository>

0 commit comments

Comments
 (0)