Skip to content

Commit 167f313

Browse files
Update junit-framework monorepo
1 parent 07d657e commit 167f313

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ configure(javaProjects()) {
7777
testImplementation 'com.openpojo:openpojo:0.9.1'
7878
testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0"
7979
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'
80+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.14.3'
81+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.14.3'
82+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.14.3'
8383
}
8484
}
8585

0 commit comments

Comments
 (0)