Skip to content

Commit 0b08b97

Browse files
authored
Move to latest secure version of JUnit 4 for compilation code. (#332)
Signed-off-by: Ben Smith <benjsmi@us.ibm.com>
1 parent 6185c43 commit 0b08b97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ subprojects {
5353
testImplementation 'org.mockito:mockito-core:2.23.0'
5454
testImplementation 'com.github.stefanbirkner:system-rules:system-rules-1.17.0'
5555

56-
testCompileOnly 'junit:junit:4.12'
56+
testCompileOnly 'junit:junit:4.13.2'
5757
testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.3.1'
5858
testImplementation 'org.assertj:assertj-core:3.9.1'
5959
}

0 commit comments

Comments
 (0)