Skip to content

Commit

Permalink
Update dependency org.junit:junit-bom to v5.9.3 (#47)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 30, 2023
1 parent a2090d8 commit efbd229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies {
}

// unit testing
testImplementation(platform("org.junit:junit-bom:5.9.2"))
testImplementation(platform("org.junit:junit-bom:5.9.3"))
testImplementation("org.junit.jupiter", "junit-jupiter")
testImplementation("org.mockito", "mockito-core", "3.+")
}
Expand Down

0 comments on commit efbd229

Please sign in to comment.