Skip to content

Commit

Permalink
Updated spring-boot from 1.2.7 to 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Gentsch committed Nov 25, 2016
1 parent 334345c commit 042efd1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions build.gradle
Expand Up @@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath('org.springframework.boot:spring-boot-gradle-plugin:1.2.7.RELEASE')
classpath('org.springframework.boot:spring-boot-gradle-plugin:1.4.2.RELEASE')
classpath 'org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.4.0'
}
}
Expand All @@ -27,18 +27,18 @@ processResources { expand(project.properties) }

dependencies {
compile 'org.codehaus.groovy:groovy-all:2.4.4'
compile("org.springframework.boot:spring-boot-starter-thymeleaf:1.2.7.RELEASE")
compile("org.springframework.boot:spring-boot-starter-thymeleaf:1.4.2.RELEASE")

compile('org.springframework.boot:spring-boot-starter-web:1.2.7.RELEASE') {
compile('org.springframework.boot:spring-boot-starter-web:1.4.2.RELEASE') {
exclude module: 'spring-boot-starter-tomcat'
}
compile('org.springframework.boot:spring-boot-starter-jetty:1.2.7.RELEASE')
compile('org.springframework.boot:spring-boot-starter-actuator:1.2.7.RELEASE')
compile('org.springframework.boot:spring-boot-starter-jetty:1.4.2.RELEASE')
compile('org.springframework.boot:spring-boot-starter-actuator:1.4.2.RELEASE')
providedRuntime("org.springframework.boot:spring-boot-starter-jetty")

testCompile 'org.spockframework:spock-core:1.0-groovy-2.4'
testCompile 'org.spockframework:spock-spring:1.0-groovy-2.4'
testCompile 'org.springframework.boot:spring-boot-starter-test:1.2.7.RELEASE'
testCompile 'org.springframework.boot:spring-boot-starter-test:1.4.2.RELEASE'
testCompile 'junit:junit:4.12'
}

Expand Down Expand Up @@ -82,4 +82,4 @@ check {
cobertura {
coverageSourceDirs = sourceSets.main.groovy.srcDirs
coverageFormats = ['html', 'xml']
}
}

0 comments on commit 042efd1

Please sign in to comment.