Update versions of various dependencies

This commit is contained in:
Andy Wilkinson
2015-10-06 16:49:07 +01:00
parent c97efcce2e
commit f07f23ec85
3 changed files with 8 additions and 8 deletions

View File

@@ -56,18 +56,18 @@ subprojects {
mavenBom "org.springframework:spring-framework-bom:$springVersion"
}
dependencies {
dependency 'com.fasterxml.jackson.core:jackson-databind:2.4.6'
dependency 'com.samskivert:jmustache:1.10'
dependency 'com.fasterxml.jackson.core:jackson-databind:2.4.6.1'
dependency 'com.samskivert:jmustache:1.11'
dependency 'commons-codec:commons-codec:1.10'
dependency 'javax.servlet:javax.servlet-api:3.1.0'
dependency 'javax.validation:validation-api:1.1.0.Final'
dependency 'junit:junit:4.12'
dependency 'org.hamcrest:hamcrest-core:1.3'
dependency 'org.hamcrest:hamcrest-library:1.3'
dependency 'org.hibernate:hibernate-validator:5.2.1.Final'
dependency 'org.hibernate:hibernate-validator:5.2.2.Final'
dependency 'org.mockito:mockito-core:1.10.19'
dependency 'org.springframework.hateoas:spring-hateoas:0.17.0.RELEASE'
dependency 'org.jacoco:org.jacoco.agent:0.7.2.201409121644'
dependency 'org.springframework.hateoas:spring-hateoas:0.19.0.RELEASE'
dependency 'org.jacoco:org.jacoco.agent:0.7.5.201505241946'
}
}

View File

@@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.2.5.RELEASE</version>
<version>1.2.6.RELEASE</version>
<relativePath />
</parent>

View File

@@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'org.springframework.boot:spring-boot-gradle-plugin:1.2.5.RELEASE'
classpath 'org.springframework.boot:spring-boot-gradle-plugin:1.2.6.RELEASE'
}
}
@@ -36,7 +36,7 @@ dependencies {
compile 'org.springframework.boot:spring-boot-starter-hateoas'
runtime 'com.h2database:h2'
runtime 'org.atteo:evo-inflector:1.2'
runtime 'org.atteo:evo-inflector:1.2.1'
testCompile 'com.jayway.jsonpath:json-path'
testCompile 'org.springframework.boot:spring-boot-starter-test'