Skip to content

Commit

Permalink
chore(deps): update dependency org.junit:junit-bom to v5.9.1 (#655)
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] committed Sep 21, 2022
1 parent b02a699 commit ef02e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -131,7 +131,7 @@ subprojects {
api(platform("com.fasterxml.jackson:jackson-bom:2.13.4"))

// Test
testImplementation(platform("org.junit:junit-bom:5.9.0"))
testImplementation(platform("org.junit:junit-bom:5.9.1"))
testImplementation(group = "org.junit.jupiter", name = "junit-jupiter")
// - Mocking
testImplementation(platform("org.mockito:mockito-bom:4.8.0"))
Expand Down

0 comments on commit ef02e13

Please sign in to comment.