From 2222a40cb3406738d92efa30e7ad0dd967394c7f Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 4 Aug 2015 10:48:07 +0200 Subject: [PATCH] #353 - Dependency upgrades. Spring Framework 4.0.9 -> 4.1.7 Minidev JSON 2.1.1 -> 2.2 JSONPath 0.9.1 -> 2.0.0 Spring Data Build Resources 1.6.0 -> 1.6.2 Lombok 1.14.4 -> 1.16.4 JUnit 4.11 -> 4.12 Mockito 1.9.5 -> 1.10.19 JodaTime 2.3 -> 2.8.1 XMLUnit 1.5 -> 1.6 Asciidoctor Maven Plugin 1.5.2 -> 1.5.2.1 AsciidoctorJ PDF 1.5.0-alpha.6 -> 1.5.0-alpha.8 Maven Assembly Plugin 2.5.4 -> 2.5.5 Updated available build profiles. Update Javadoc reference to link to used Spring Framework version. --- .travis.yml | 5 ++--- pom.xml | 58 +++++++++++++++-------------------------------------- 2 files changed, 18 insertions(+), 45 deletions(-) diff --git a/.travis.yml b/.travis.yml index 853adf56..c005f243 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,12 +4,11 @@ jdk: env: matrix: - PROFILE=non-existant - - PROFILE=spring41 - - PROFILE=spring41-next + - PROFILE=spring42 - PROFILE=spring42-next cache: directories: - $HOME/.m2 sudo: false install: true -script: "mvn clean dependency:list test -P${PROFILE} -Dsort" \ No newline at end of file +script: "mvn clean dependency:list test -P${PROFILE} -Dsort" diff --git a/pom.xml b/pom.xml index 7780a3c5..1899e130 100644 --- a/pom.xml +++ b/pom.xml @@ -58,12 +58,12 @@ UTF-8 - 4.0.9.RELEASE + 4.1.7.RELEASE 1.1.3 2.5.4 1.0 - 2.1.1 - 0.9.1 + 2.2 + 2.0.0 1.7.12 1.2.1 true @@ -73,42 +73,16 @@ - spring40-next + spring42 - 4.0.10.BUILD-SNAPSHOT + 4.2.0.RELEASE - - - spring-libs-snapshot - http://repo.spring.io/libs-snapshot - - - - - - spring41 - - 4.1.6.RELEASE - - - - - spring41-next - - 4.1.6.BUILD-SNAPSHOT - - - - spring-libs-snapshot - http://repo.spring.io/libs-snapshot - - spring42-next - 4.2.0.BUILD-SNAPSHOT + 4.2.1.BUILD-SNAPSHOT @@ -167,7 +141,7 @@ org.springframework.data.build spring-data-build-resources - 1.6.0.RELEASE + 1.6.2.RELEASE provided zip @@ -223,12 +197,12 @@ org.asciidoctor asciidoctor-maven-plugin - 1.5.2 + 1.5.2.1 org.asciidoctor asciidoctorj-pdf - 1.5.0-alpha.6 + 1.5.0-alpha.8 org.asciidoctor @@ -355,7 +329,7 @@ org.apache.maven.plugins maven-assembly-plugin - 2.5.4 + 2.5.5 static @@ -495,7 +469,7 @@ org.projectlombok lombok - 1.14.4 + 1.16.4 provided @@ -529,7 +503,7 @@ junit junit - 4.11 + 4.12 test @@ -543,21 +517,21 @@ org.mockito mockito-all - 1.9.5 + 1.10.19 test joda-time joda-time - 2.3 + 2.8.1 test xmlunit xmlunit - 1.5 + 1.6 test @@ -652,7 +626,7 @@ -Xdoclint:none ${shared.resources}/javadoc/spring-javadoc.css - http://static.springframework.org/spring/docs/3.2.x/javadoc-api + http://static.springframework.org/spring/docs/4.1.x/javadoc-api http://docs.oracle.com/javase/6/docs/api