Skip to content
This repository has been archived by the owner on Jul 3, 2020. It is now read-only.

Commit

Permalink
Merge pull request #299 from dacrome/update-dependencies-and-spring-b…
Browse files Browse the repository at this point in the history
…oot-to-1.5.3

Update dependencies and Spring Boot to 1.5.3
  • Loading branch information
wallner committed Apr 28, 2017
2 parents e2258ea + c733ac7 commit 12f950c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Expand Up @@ -10,7 +10,7 @@ plugins {
id 'com.github.kt3k.coveralls' version '2.8.1'
id 'com.jfrog.bintray' version '1.7.3'
id 'com.github.ben-manes.versions' version '0.14.0'
id 'org.springframework.boot' version '1.5.2.RELEASE'
id 'org.springframework.boot' version '1.5.3.RELEASE'
}

group = 'org.osiam'
Expand Down Expand Up @@ -96,7 +96,7 @@ configurations {
jpaModelGen
}

ext['spock.version'] = '1.1-groovy-2.4-rc-3'
ext['spock.version'] = '1.1-groovy-2.4-rc-4'

dependencies {
compile 'org.springframework.boot:spring-boot-starter-web'
Expand All @@ -118,19 +118,19 @@ dependencies {
compile 'org.hibernate:hibernate-validator'
compile 'org.apache.tika:tika-core:1.14'
compile 'com.google.guava:guava:21.0'
compile 'org.antlr:antlr4:4.6'
compile 'org.antlr:antlr4:4.7'
testCompile 'org.codehaus.groovy:groovy-all'
testCompile 'org.springframework.boot:spring-boot-starter-test'
testCompile 'org.spockframework:spock-core'
testCompile 'cglib:cglib-nodep:3.2.4'
testCompile 'org.objenesis:objenesis:2.4'
testCompile 'cglib:cglib-nodep:3.2.5'
testCompile 'org.objenesis:objenesis:2.5.1'
testCompile 'com.jayway.restassured:json-path:2.9.0'
testCompile 'com.jayway.jsonpath:json-path:2.2.0'
testCompile 'nl.jqno.equalsverifier:equalsverifier:1.7.8'

providedRuntime 'org.springframework.boot:spring-boot-starter-tomcat'

antlr 'org.antlr:antlr4:4.5.3'
antlr 'org.antlr:antlr4:4.7'
jpaModelGen 'org.hibernate:hibernate-jpamodelgen'
}

Expand Down

0 comments on commit 12f950c

Please sign in to comment.