Skip to content

Commit

Permalink
Move to latest secure version of JUnit 4 for compilation code. (#332)
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Smith <[email protected]>
  • Loading branch information
benjsmi authored Mar 7, 2024
1 parent 6185c43 commit 0b08b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ subprojects {
testImplementation 'org.mockito:mockito-core:2.23.0'
testImplementation 'com.github.stefanbirkner:system-rules:system-rules-1.17.0'

testCompileOnly 'junit:junit:4.12'
testCompileOnly 'junit:junit:4.13.2'
testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.3.1'
testImplementation 'org.assertj:assertj-core:3.9.1'
}
Expand Down

0 comments on commit 0b08b97

Please sign in to comment.