1 parent 07d657e commit 167f313Copy full SHA for 167f313
1 file changed
build.gradle
@@ -77,9 +77,9 @@ configure(javaProjects()) {
77
testImplementation 'com.openpojo:openpojo:0.9.1'
78
testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0"
79
testImplementation 'org.mockito:mockito-junit-jupiter:5.9.0'
80
- testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
81
- testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.10.2'
82
- testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
+ testImplementation 'org.junit.jupiter:junit-jupiter-api:5.14.3'
+ testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.14.3'
+ testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.14.3'
83
}
84
85
0 commit comments