Skip to content

Commit

Permalink
build(*): add test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bentolor authored and Benjamin Schmid committed Aug 26, 2020
1 parent 7f0e342 commit 0db016d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions pippo/build.gradle
Expand Up @@ -10,6 +10,6 @@ dependencies {

runtimeOnly 'org.slf4j:slf4j-simple:2.0.0-alpha1'

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.0.3'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.0.3'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.0-RC1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.0-RC1'
}
4 changes: 2 additions & 2 deletions ratpack/build.gradle
Expand Up @@ -9,8 +9,8 @@ dependencies {

runtimeOnly 'org.slf4j:slf4j-simple:2.0.0-alpha1'

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.0.3'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.0.3'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.0-RC1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.0-RC1'

}

4 changes: 2 additions & 2 deletions spark/build.gradle
Expand Up @@ -7,8 +7,8 @@ dependencies {
'com.sparkjava:spark-template-jade:2.7.1',
'com.google.code.gson:gson:2.8.6'

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.0.3'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.0.3'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.0-RC1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.0-RC1'

runtimeOnly 'org.slf4j:slf4j-simple:2.0.0-alpha1'

Expand Down
2 changes: 1 addition & 1 deletion spring5/build.gradle
Expand Up @@ -10,5 +10,5 @@ dependencies {

implementation 'org.springframework.boot:spring-boot-starter-webflux:2.3.3.RELEASE'

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.0.3'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.0-RC1'
}

0 comments on commit 0db016d

Please sign in to comment.