Skip to content

Commit

Permalink
Updating junit jupiter platform
Browse files Browse the repository at this point in the history
  • Loading branch information
atrujillofalcon committed Jan 4, 2020
1 parent db9e6b1 commit e3a6874
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
ext.spring_version = '5.1.9.RELEASE'
ext.jackson_version = '2.9.8'
ext.thymeleaf_version = '3.0.11.RELEASE'
ext.junit5_version = '5.4.1'
ext.junit5_version = '5.5.1'
ext.dokka_version = '0.9.17'

repositories {
Expand Down Expand Up @@ -60,11 +60,12 @@ dependencies {

implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"

testImplementation "org.junit.jupiter:junit-jupiter-engine:$junit5_version"
// testImplementation "org.junit.jupiter:junit-jupiter-api:$junit5_version"
testImplementation "org.mockito:mockito-core:2.20.0"
testImplementation "org.springframework:spring-test:$spring_version"
testImplementation 'io.kotlintest:kotlintest-runner-junit5:3.3.1'
testImplementation "org.junit.jupiter:junit-jupiter:$junit5_version"
testImplementation 'org.mockito:mockito-junit-jupiter:2.23.4'
testImplementation 'org.jeasy:easy-random-core:4.0.0'
testImplementation 'org.jeasy:easy-random-randomizers:4.0.0'
testImplementation 'org.jeasy:easy-random-bean-validation:4.0.0'
testImplementation 'io.github.glytching:junit-extensions:2.3.0'
testImplementation 'pl.pojo:pojo-tester:0.7.6'

}
Expand Down

0 comments on commit e3a6874

Please sign in to comment.