Skip to content

Commit

Permalink
global: Update JUnit to 5.0-M4
Browse files Browse the repository at this point in the history
  • Loading branch information
TheElectronWill committed Jun 8, 2017
1 parent 3b8ee12 commit 9e32514
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {
}

dependencies {
testCompile 'org.junit.jupiter:junit-jupiter-api:5.0.0-M3'
testCompile 'org.junit.jupiter:junit-jupiter-api:5.0.0-M4'
}

// Jar files
Expand Down
2 changes: 1 addition & 1 deletion hocon/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repositories {
dependencies {
compile project(':core')
compile 'com.typesafe:config:1.3.1'
testCompile 'org.junit.jupiter:junit-jupiter-api:5.0.0-M3'
testCompile 'org.junit.jupiter:junit-jupiter-api:5.0.0-M4'
}

// Jar files
Expand Down
2 changes: 1 addition & 1 deletion json/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {

dependencies {
compile project(':core')
testCompile 'org.junit.jupiter:junit-jupiter-api:5.0.0-M3'
testCompile 'org.junit.jupiter:junit-jupiter-api:5.0.0-M4'
}

// Jar files
Expand Down
2 changes: 1 addition & 1 deletion toml/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {

dependencies {
compile project(':core')
testCompile 'org.junit.jupiter:junit-jupiter-api:5.0.0-M3'
testCompile 'org.junit.jupiter:junit-jupiter-api:5.0.0-M4'
}

// Jar files
Expand Down
2 changes: 1 addition & 1 deletion yaml/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repositories {
dependencies {
compile project(':core')
compile 'org.yaml:snakeyaml:1.18'
testCompile 'org.junit.jupiter:junit-jupiter-api:5.0.0-M3'
testCompile 'org.junit.jupiter:junit-jupiter-api:5.0.0-M4'
}

// Jar files
Expand Down

0 comments on commit 9e32514

Please sign in to comment.