Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  Spring Boot 1.2
  JUnit 4.12
  HierarchicalContextRunner 4.12
  • Loading branch information
palpa committed Dec 14, 2014
1 parent 610daee commit b822014
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ subprojects {
dependencies {
compile 'joda-time:joda-time:2.6'
testCompile 'org.assertj:assertj-core:1.7.0'
testCompile 'de.bechte.junit:junit-hierarchicalcontextrunner:4.11.3'
testCompile 'de.bechte.junit:junit-hierarchicalcontextrunner:4.12.0'
}
//Expose project test classes
task testJar(type: Jar, dependsOn: testClasses) {
Expand Down
2 changes: 1 addition & 1 deletion service-domain/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
apply plugin: "info.solidsoft.pitest"

dependencies {
testCompile 'junit:junit:4.11'
testCompile 'junit:junit:4.12'
}

pitest {
Expand Down
2 changes: 1 addition & 1 deletion web-interface/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext {
springBootVersion = '1.1.9.RELEASE'
springBootVersion = '1.2.0.RELEASE'
}
repositories {
mavenCentral()
Expand Down

0 comments on commit b822014

Please sign in to comment.